Skip to content

Commit

Permalink
Fix demo build on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
floppyhammer committed May 10, 2024
1 parent 2c04083 commit 4bcdfaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ file(GLOB_RECURSE SOURCE_FILES CONFIGURE_DEPENDS *.cpp)
# Compile as static library.
add_library(pathfinder_demo_common STATIC ${SOURCE_FILES})

target_compile_features(pathfinder_demo_common PUBLIC cxx_std_14)

# Include Pathfinder headers.
target_include_directories(pathfinder_demo_common PUBLIC "../../")

0 comments on commit 4bcdfaa

Please sign in to comment.