From 2511a11c7278bdb1fa417b7af3cb25ad2c5e326d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sun, 2 Sep 2018 11:16:50 +0200 Subject: [PATCH] Update location in CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)