mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
62e9e0cbbb
The benefit to this is fairly small, but it does mean a little less work needs to be done in the build scripts for cross compiling. The C version wasn't especially concise so it was not obviously better in any way.
7 lines
171 B
CMake
7 lines
171 B
CMake
cmake_minimum_required( VERSION 2.8.7 )
|
|
|
|
add_subdirectory( re2c )
|
|
add_subdirectory( lemon )
|
|
add_subdirectory( zipdir )
|
|
|
|
set( CROSS_EXPORTS ${CROSS_EXPORTS} PARENT_SCOPE )
|