We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840499f commit 1ac7c08Copy full SHA for 1ac7c08
CMakeLists.txt
@@ -99,3 +99,5 @@ if (ASAN)
99
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address")
100
set (CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address")
101
endif()
102
+
103
+install(TARGETS AtomicParsley RUNTIME)
0 commit comments