Skip to content

Commit

Permalink
Fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kullingk committed Jul 18, 2024
1 parent 132d812 commit 4490a61
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ add_subdirectory(contrib/osre)

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

Expand Down

0 comments on commit 4490a61

Please sign in to comment.