From 112ba8a708fb36774a9b976580a6da140c47b3b7 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 15 Dec 2016 00:12:41 -0600 Subject: [PATCH] Add CMake install parameters to generate complete dist --- src/ox/fs/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ox/fs/CMakeLists.txt b/src/ox/fs/CMakeLists.txt index d4233a7bb..fcb638c1b 100644 --- a/src/ox/fs/CMakeLists.txt +++ b/src/ox/fs/CMakeLists.txt @@ -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)