1
0
Fork 0
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:
Henrik Hautakoski 2020-04-23 16:35:23 +02:00
parent 4436f769e6
commit a390d4226f

View file

@ -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 "." )