Update location in CMakeLists.txt

This commit is contained in:
Nicolás Ortega Froysa 2018-09-02 11:16:50 +02:00
parent 32f513354c
commit 2511a11c72
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -42,8 +42,8 @@ set(SRCS
"src/node.cpp")
set(HDRS
"include/neocomm.hpp"
"include/neocomm/channel.hpp"
"include/neocomm/neocomm.hpp"
"include/neocomm/node.hpp")
# Define C++ compiler flags
@ -80,5 +80,5 @@ set_target_properties(${TARGET_NAME}
install(TARGETS ${TARGET_NAME}
ARCHIVE DESTINATION lib/
LIBRARY DESTINATION lib/
PUBLIC_HEADER DESTINATION include/neocomm/
PUBLIC_HEADER DESTINATION include/
CONFIGURATIONS release minsizerel)