We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12f486 commit ebecf62Copy full SHA for ebecf62
tools/CMakeLists.txt
@@ -2,6 +2,7 @@ add_executable(adaparse adaparse.cpp)
2
target_link_libraries(adaparse PRIVATE ada)
3
target_include_directories(adaparse PUBLIC "$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>")
4
5
+include(${PROJECT_SOURCE_DIR}/cmake/import.cmake)
6
import_dependency(cxxopts jarro2783/cxxopts eb78730)
7
add_dependency(cxxopts)
8
target_link_libraries(adaparse PRIVATE cxxopts::cxxopts)
0 commit comments