mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
CMake: set additional install variables on windows.
This commit is contained in:
parent
ead72a6c5d
commit
e5b7f8193e
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ if (WIN32)
|
||||||
# "Flat" install on windows.
|
# "Flat" install on windows.
|
||||||
set( CMAKE_INSTALL_BINDIR "." )
|
set( CMAKE_INSTALL_BINDIR "." )
|
||||||
set( CMAKE_INSTALL_DATADIR "." )
|
set( CMAKE_INSTALL_DATADIR "." )
|
||||||
|
set( CMAKE_INSTALL_SHAREDIR "." )
|
||||||
|
set( CMAKE_INSTALL_MANDIR "." )
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue