mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 20:17:58 -04:00
fix binaries installation dir
This commit is contained in:
parent
445c049612
commit
090ba45488
@ -278,7 +278,7 @@ if(WIN32)
|
||||
install(TARGETS woof woof-setup RUNTIME DESTINATION .)
|
||||
install(FILES "$<TARGET_FILE_DIR:woof>/woof.com" DESTINATION .)
|
||||
else()
|
||||
install(TARGETS woof woof-setup RUNTIME DESTINATION bin)
|
||||
install(TARGETS woof woof-setup RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
endif()
|
||||
install(FILES ${WOOF_DLLS} DESTINATION .)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user