Skip to content

Commit baf1f8b

Browse files
authored
Update CMakeLists.txt
1 parent 1f6cade commit baf1f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ add_library(catplot
1313
src/svg_canvas.cpp
1414
src/svg_backend.cpp
1515
)
16+
1617
target_include_directories(catplot PUBLIC
1718
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
19+
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/numbits/include>
1820
$<INSTALL_INTERFACE:include>
1921
)
2022

2123
if(CATPLOT_BUILD_EXAMPLES)
2224
add_executable(catplot_example examples/simple.cpp)
2325
target_link_libraries(catplot_example PRIVATE catplot)
2426
endif()
25-
26-

0 commit comments

Comments
 (0)