Skip to content

Commit cc7b52a

Browse files
author
winsoft666
committed
Update INSTALL directory.
1 parent df84522 commit cc7b52a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@ endif()
6363

6464
install(
6565
TARGETS ${PROJECT_NAME}
66-
DESTINATION "lib"
67-
)
66+
RUNTIME DESTINATION bin
67+
LIBRARY DESTINATION lib
68+
ARCHIVE DESTINATION lib
69+
)

0 commit comments

Comments
 (0)