Skip to content

Commit

Permalink
cmake: include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 26, 2024
1 parent 2f65c10 commit 31493f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ target_include_directories(
INTERFACE
$<BUILD_INTERFACE:>
$<INSTALL_INTERFACE:include>
PRIVATE
"${CMAKE_CURRENT_SOURCE_DIR}/../src/${name}/include/"
)

# target_link_libraries(
Expand Down

0 comments on commit 31493f6

Please sign in to comment.