the whole game
This commit is contained in:
4
project/lib_projects/raknet/jni/CMakeLists.txt
Executable file
4
project/lib_projects/raknet/jni/CMakeLists.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
FILE(GLOB raknetCPPSources ./RaknetSources/*.cpp)
|
||||
set(CMAKE_C_FLAGS -m32)
|
||||
set(CMAKE_CXX_FLAGS -m32)
|
||||
add_library(raknet ${raknetCPPSources})
|
||||
Reference in New Issue
Block a user