mirror of
https://github.com/jb55/nostril.git
synced 2024-11-24 08:59:08 -05:00
CMakeLists.txt:make install
This commit is contained in:
parent
f202ebcdde
commit
93c9616d9c
|
@ -76,3 +76,13 @@ add_custom_command(
|
|||
COMMENT "generating config.h"
|
||||
)
|
||||
|
||||
#//////////////////////////
|
||||
# Install
|
||||
#//////////////////////////
|
||||
|
||||
install(TARGETS nostril
|
||||
CONFIGURATIONS Debug
|
||||
RUNTIME DESTINATION ${CMAKE_SOURCE_DIR}/bin)
|
||||
install(TARGETS nostril
|
||||
CONFIGURATIONS Release
|
||||
RUNTIME DESTINATION /usr/local/bin)
|
||||
|
|
Loading…
Reference in New Issue
Block a user