Skip to content

Commit

Permalink
Fix build includes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonaitis committed Apr 26, 2024
1 parent a79f2e2 commit 536c8b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ if(ENABLE_LIBRARY)
target_include_directories(
${MAIN_LIBRARY_NAME}
INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/external>
$<INSTALL_INTERFACE:include>)

if(BUILD_SHARED_LIBS)
Expand Down

0 comments on commit 536c8b0

Please sign in to comment.