repo.or.cz
/
CRYENGINE.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
!I integrate from //ce/main...
[CRYENGINE.git]
/
Code
/
GameSDK
/
CMakeLists.txt
blob
4e153934ad3b408ff8e13576b386fe19dbf67530
1
option(PROJECT_CRYENGINE_GAMESDK "Build GameSDK sample project" ON)
2
if (NOT PROJECT_CRYENGINE_GAMESDK)
3
return()
4
endif()
5
6
add_subdirectory(GameDll)