Skip to content

Commit ebecf62

Browse files
committed
build: add missing import.cmake
1 parent c12f486 commit ebecf62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ add_executable(adaparse adaparse.cpp)
22
target_link_libraries(adaparse PRIVATE ada)
33
target_include_directories(adaparse PUBLIC "$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>")
44

5+
include(${PROJECT_SOURCE_DIR}/cmake/import.cmake)
56
import_dependency(cxxopts jarro2783/cxxopts eb78730)
67
add_dependency(cxxopts)
78
target_link_libraries(adaparse PRIVATE cxxopts::cxxopts)

0 commit comments

Comments
 (0)