diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 98bcb19..0e9031d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,6 +27,10 @@ if (MINGW) ) endif() +install(DIRECTORY ../include/ggwave + DESTINATION include + ) + install(TARGETS ${TARGET} LIBRARY DESTINATION lib ARCHIVE DESTINATION lib/static