Skip to content

Commit 1ac7c08

Browse files
jnahmiaswez
authored andcommitted
add cmake install target
Closes: #26
1 parent 840499f commit 1ac7c08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ if (ASAN)
9999
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address")
100100
set (CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address")
101101
endif()
102+
103+
install(TARGETS AtomicParsley RUNTIME)

0 commit comments

Comments
 (0)