Skip to content

Commit

Permalink
Fix linux build - add space which was accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyPtn committed Dec 23, 2023
1 parent ddc544f commit d01a2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crogine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ target_include_directories(crogine
if(MSVC)
target_include_directories(crogine PRIVATE ${CMAKE_SOURCE_DIR}/extlibs/openal/include ${DBGHELP_INCLUDE_DIR})
elseif(LINUX)
target_include_directories(crogine PRIVATE${LIBUNWIND_INCLUDE_DIRS})
target_include_directories(crogine PRIVATE ${LIBUNWIND_INCLUDE_DIRS})
endif()

set(PROJECT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
Expand Down

0 comments on commit d01a2c0

Please sign in to comment.