We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab4187 commit 9ccd8deCopy full SHA for 9ccd8de
src/CMakeLists.txt
@@ -15,3 +15,5 @@ target_link_libraries(
15
PRIVATE CLI11::CLI11 fmt::fmt spdlog::spdlog)
16
17
target_include_directories(intro PRIVATE "${CMAKE_BINARY_DIR}/configured_files/include")
18
+
19
+install(TARGETS intro)
0 commit comments