Skip to content

Commit

Permalink
fix: manually add fmt include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcAvoy committed Nov 6, 2024
1 parent c21b08a commit 4bbe75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ target_include_directories(JenjinEngine
${CMAKE_SOURCE_DIR}/megasource/libs/lua/include/
${CMAKE_SOURCE_DIR}/megasource/libs/sol2/include/
${CMAKE_SOURCE_DIR}/megasource/libs/IconFontCppHeaders/
${CMAKE_SOURCE_DIR}/megasource/libs/spdlog/include/spdlog/
${CMAKE_SOURCE_DIR}/megasource/libs/
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/src
Expand Down

0 comments on commit 4bbe75d

Please sign in to comment.