1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

CMake: set additional install variables on windows.

This commit is contained in:
Henrik Hautakoski 2020-02-21 09:36:21 +01:00 committed by Henrik Hautakoski
parent 6eaf32847c
commit daa860d574

View file

@ -24,6 +24,8 @@ if (WIN32)
# "Flat" install on windows.
set( CMAKE_INSTALL_BINDIR "." )
set( CMAKE_INSTALL_DATADIR "." )
set( CMAKE_INSTALL_SHAREDIR "." )
set( CMAKE_INSTALL_MANDIR "." )
endif (WIN32)
# --------------------------------