mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
CMakeLists.txt: Set CMAKE_INSTALL_BINDIR to "bin" on windows
With Qt we have alot more files then just the two .exe's
This commit is contained in:
parent
4436f769e6
commit
a390d4226f
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ set( CMAKE_INSTALL_SHAREDIR ${CMAKE_INSTALL_DATADIR}/${CMAKE_PROJECT_NAME} )
|
|||
|
||||
if (WIN32)
|
||||
# "Flat" install on windows.
|
||||
set( CMAKE_INSTALL_BINDIR "." )
|
||||
set( CMAKE_INSTALL_BINDIR "bin" )
|
||||
set( CMAKE_INSTALL_DATADIR "." )
|
||||
set( CMAKE_INSTALL_SHAREDIR "." )
|
||||
set( CMAKE_INSTALL_MANDIR "." )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue