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:
parent
6eaf32847c
commit
daa860d574
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
# --------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue