Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 5, 2024
1 parent 5f0f457 commit 6115b32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ configure_ccache()
# Boost
configure_boost()
find_package(Boost ${BOOST_MIN_VERSION} REQUIRED)

if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
endif()
#include_directories("${PROJECT_SOURCE_DIR}/external/flatbuffers/include")


Expand Down
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ file(GLOB SRC_FILES
"problem/pddl/*.cpp"
"problem/pddl/parser/*.cpp")
add_library(parsers STATIC ${SRC_FILES})
target_include_directories(parsers
PUBLIC
${Boost_INCLUDE_DIRS})
#target_include_directories(parsers
# PUBLIC
# ${Boost_INCLUDE_DIRS})
# target_link_libraries(parsers PRIVATE flatbuffers)

# Create an alias for simpler reference
Expand Down

0 comments on commit 6115b32

Please sign in to comment.