diff --git a/CMakeLists.txt b/CMakeLists.txt index a1a8506..af4f7a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)