mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-14 16:40:52 +00:00
4a87003408
* Vulkan backend updated. * zlib replaced with miniz. * FileReader is now 64 bit capable. * jpeg replaced with stb-image. * CMake project warnings fixed.
7 lines
170 B
CMake
7 lines
170 B
CMake
cmake_minimum_required( VERSION 3.16 )
|
|
|
|
add_subdirectory( re2c )
|
|
add_subdirectory( lemon )
|
|
add_subdirectory( zipdir )
|
|
|
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} PARENT_SCOPE )
|