Skip to content

Commit

Permalink
squash w/ [3902] Replace GenQuery1 ad-hoc parsing code with flex/biso…
Browse files Browse the repository at this point in the history
…n parser. Add missing include paths.
  • Loading branch information
korydraughn committed Dec 14, 2024
1 parent d1ea0c0 commit 8678a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/genquery1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ target_include_directories(
PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/dsl>"
"$<BUILD_INTERFACE:${CMAKE_IRODS_SOURCE_DIR}/lib/api/include>"
"$<BUILD_INTERFACE:${CMAKE_IRODS_SOURCE_DIR}/lib/core/include>"
"$<BUILD_INTERFACE:${CMAKE_IRODS_BINARY_DIR}/lib/core/include>" # For rodsVersion.h
PRIVATE
"${IRODS_EXTERNALS_FULLPATH_BOOST}/include"
)
Expand Down

0 comments on commit 8678a3f

Please sign in to comment.