Init
This commit is contained in:
0
Runtime/Android/CMakeLists.txt
Normal file
0
Runtime/Android/CMakeLists.txt
Normal file
7
Runtime/CMakeLists.txt
Normal file
7
Runtime/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
if(WIN32)
|
||||
add_subdirectory(Windows/)
|
||||
elseif(ANDROID)
|
||||
add_subdirectory(Android/)
|
||||
else()
|
||||
message(FATAL_ERROR "Attempted building for unknown platform.")
|
||||
endif()
|
||||
0
Runtime/Windows/CMakeLists.txt
Normal file
0
Runtime/Windows/CMakeLists.txt
Normal file
Reference in New Issue
Block a user