mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-21 05:36:33 +08:00
cmake : install headers (close #82)
This commit is contained in:
@@ -27,6 +27,10 @@ if (MINGW)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
install(DIRECTORY ../include/ggwave
|
||||||
|
DESTINATION include
|
||||||
|
)
|
||||||
|
|
||||||
install(TARGETS ${TARGET}
|
install(TARGETS ${TARGET}
|
||||||
LIBRARY DESTINATION lib
|
LIBRARY DESTINATION lib
|
||||||
ARCHIVE DESTINATION lib/static
|
ARCHIVE DESTINATION lib/static
|
||||||
|
|||||||
Reference in New Issue
Block a user