mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
- this was missed
This commit is contained in:
parent
0aa5db7969
commit
eebb396241
1 changed files with 4 additions and 0 deletions
|
@ -417,6 +417,10 @@ add_subdirectory( libraries/gdtoa )
|
|||
add_subdirectory( libraries/enet )
|
||||
add_subdirectory( wadsrc )
|
||||
add_subdirectory( source )
|
||||
add_subdirectory( source/duke3d )
|
||||
add_subdirectory( source/blood )
|
||||
add_subdirectory( source/rr )
|
||||
add_subdirectory( source/sw )
|
||||
|
||||
if( NOT CMAKE_CROSSCOMPILING )
|
||||
export(TARGETS ${CROSS_EXPORTS} FILE "${CMAKE_BINARY_DIR}/ImportExecutables.cmake" )
|
||||
|
|
Loading…
Reference in a new issue