this has to be an insanely hacky solution to get it working on linux again

This commit is contained in:
Shredder
2026-05-07 13:50:08 +05:00
parent 620b358ba7
commit b6ea0c7dc3
2 changed files with 2 additions and 1 deletions

View File

@@ -312,6 +312,7 @@ if(UNIX)
target_compile_definitions("${PROJECT_NAME}-server" PUBLIC "STANDALONE_SERVER" "SERVER_PROFILER")
target_include_directories("${PROJECT_NAME}-server" PUBLIC
"${CMAKE_SOURCE_DIR}/glad/include/"
"${CMAKE_SOURCE_DIR}/src/"
"project/lib_projects/raknet/jni/RaknetSources"
)