Skip to content
Snippets Groups Projects
Commit a507ad09 authored by Valerio Pastore's avatar Valerio Pastore
Browse files

fixi nstallatiom

parent d7f75359
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,9 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++20")
file(GLOB INCLUDE_FILES "include/*.h")
file(GLOB TCLAP "deps/tclap")
file(GLOB PACKETLIB "deps/PacketLib/include/*")
#deps
add_subdirectory(deps/PacketLib)
set(CMAKE_INSTALL_MESSAGE LAZY)
install(
......@@ -20,8 +22,3 @@ install(
DIRECTORY ${TCLAP}
DESTINATION "${CMAKE_INSTALL_PREFIX}/include"
)
install(
FILES ${PACKETLIB}
DESTINATION "${CMAKE_INSTALL_PREFIX}/include/PacketLib"
)
Subproject commit 1125aca256312594b3e55f4cc1c4959d910d5b90
Subproject commit 0aa14e5a457b58ff174ed215fae460b08049adc0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment