Skip to content

Commit

Permalink
Fixes in cmake§
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Jul 17, 2024
1 parent e57ba3c commit b7ddbb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_HOME_DIRECTORY}/bin )
add_subdirectory(contrib/osre)

INCLUDE_DIRECTORIES( BEFORE
${PROJECT_SOURCE_DIR}/contrib/assimp/include
${PROJECT_SOURCE_DIR}/contrib/osre/src/Engine
./
./src
${CMAKE_HOME_DIRECTORY}/contrib/osre/src/Engine
${SDL2_INCLUDE_DIRS}
${PROJECT_SOURCE_DIR}
)
Expand Down

0 comments on commit b7ddbb2

Please sign in to comment.