Skip to content
Snippets Groups Projects
Commit a26d7770 authored by unknown's avatar unknown
Browse files

mingw make install fix

parent 29dce5e7
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ endif(UNIX) ...@@ -104,6 +104,7 @@ endif(UNIX)
install(TARGETS toki install(TARGETS toki
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib ARCHIVE DESTINATION lib
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
......
...@@ -4,6 +4,7 @@ include_directories( ${CMAKE_SOURCE_DIR} ) ...@@ -4,6 +4,7 @@ include_directories( ${CMAKE_SOURCE_DIR} )
include_directories(${PwrUtils_INCLUDE_DIR})
include_directories(${Boost_INCLUDE_DIR}) include_directories(${Boost_INCLUDE_DIR})
link_directories(${Boost_LIBRARY_DIRS}) link_directories(${Boost_LIBRARY_DIRS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment