Skip to content

Commit

Permalink
xrGame: Add missing external libraries to CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Zegeri committed Sep 16, 2018
1 parent ef663de commit 3fdf11d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xrGame/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/..
${CMAKE_CURRENT_SOURCE_DIR}/../xrServerEntities
${CMAKE_CURRENT_SOURCE_DIR}/../../sdk/include
${CMAKE_CURRENT_SOURCE_DIR}/../../Externals/GameSpy/src
${CMAKE_CURRENT_SOURCE_DIR}/../../Externals/luabind
${CMAKE_CURRENT_SOURCE_DIR}/../../Externals/ode/include
${CMAKE_CURRENT_SOURCE_DIR}/../../Externals/OpenAutomate/inc
${SDL_INCLUDE_DIRS}
)

Expand Down

0 comments on commit 3fdf11d

Please sign in to comment.