diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fa2c99..a60e2f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,3 +99,5 @@ if (ASAN) set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address") set (CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address") endif() + +install(TARGETS AtomicParsley RUNTIME)