mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
6 lines
145 B
CMake
6 lines
145 B
CMake
cmake_minimum_required( VERSION 2.8.7 )
|
|
|
|
add_subdirectory( re2c )
|
|
add_subdirectory( zipdir )
|
|
|
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} PARENT_SCOPE )
|