Add CMake install parameters to generate complete dist

This commit is contained in:
2016-12-15 00:12:41 -06:00
parent 7d1dd8df43
commit 112ba8a708
+3 -1
View File
@@ -21,8 +21,10 @@ install(
include/ox/fs
)
install(TARGETS oxfstool
install(TARGETS oxfstool OxFS
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
add_subdirectory(test)