|
|
@@ -27,7 +27,7 @@ ENDIF(WIN32 AND NOT UNIX)
|
|
|
option( RAKNET_ENABLE_SAMPLES "Generate RakNet sample projects if true." TRUE )
|
|
|
option( RAKNET_ENABLE_DLL "Generate the DLL project if true." TRUE )
|
|
|
option( RAKNET_ENABLE_STATIC "Generate the static library project if true." TRUE )
|
|
|
-option( RAKNET_GENERATE_INCLUDE_ONLY_DIR "Setup a include/RakNet/ directory in which all the headers are copied." FALSE )
|
|
|
+option( RAKNET_GENERATE_INCLUDE_ONLY_DIR "Setup a include/RakNet/ directory in which all the headers are copied." TRUE )
|
|
|
|
|
|
set( RAKNETHEADERFILES ${RakNet_SOURCE_DIR}/Source ) #This name doesn't follow CMake conventions but for retro compatibility I'll let it there.
|
|
|
|