Skip to content

Commit

Permalink
add cmake install target
Browse files Browse the repository at this point in the history
Closes: #26
  • Loading branch information
jnahmias authored and wez committed Jun 18, 2021
1 parent 840499f commit 1ac7c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1ac7c08

Please sign in to comment.