Update location in CMakeLists.txt
This commit is contained in:
parent
32f513354c
commit
2511a11c72
@ -42,8 +42,8 @@ set(SRCS
|
|||||||
"src/node.cpp")
|
"src/node.cpp")
|
||||||
|
|
||||||
set(HDRS
|
set(HDRS
|
||||||
|
"include/neocomm.hpp"
|
||||||
"include/neocomm/channel.hpp"
|
"include/neocomm/channel.hpp"
|
||||||
"include/neocomm/neocomm.hpp"
|
|
||||||
"include/neocomm/node.hpp")
|
"include/neocomm/node.hpp")
|
||||||
|
|
||||||
# Define C++ compiler flags
|
# Define C++ compiler flags
|
||||||
@ -80,5 +80,5 @@ set_target_properties(${TARGET_NAME}
|
|||||||
install(TARGETS ${TARGET_NAME}
|
install(TARGETS ${TARGET_NAME}
|
||||||
ARCHIVE DESTINATION lib/
|
ARCHIVE DESTINATION lib/
|
||||||
LIBRARY DESTINATION lib/
|
LIBRARY DESTINATION lib/
|
||||||
PUBLIC_HEADER DESTINATION include/neocomm/
|
PUBLIC_HEADER DESTINATION include/
|
||||||
CONFIGURATIONS release minsizerel)
|
CONFIGURATIONS release minsizerel)
|
||||||
|
Loading…
Reference in New Issue
Block a user