Update location in CMakeLists.txt
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user