|
@@ -3,6 +3,7 @@ project(BADVPN C)
|
|
|
|
|
|
|
|
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
|
|
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
|
|
|
|
|
|
|
|
|
|
+include(GNUInstallDirs)
|
|
|
include(TestBigEndian)
|
|
include(TestBigEndian)
|
|
|
include(CheckIncludeFiles)
|
|
include(CheckIncludeFiles)
|
|
|
include(CheckSymbolExists)
|
|
include(CheckSymbolExists)
|
|
@@ -243,7 +244,7 @@ endif ()
|
|
|
# install man pages
|
|
# install man pages
|
|
|
install(
|
|
install(
|
|
|
FILES badvpn.7
|
|
FILES badvpn.7
|
|
|
- DESTINATION share/man/man7
|
|
|
|
|
|
|
+ DESTINATION ${CMAKE_INSTALL_MANDIR}/man7
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
# reset variables indicating whether we're building various libraries,
|
|
# reset variables indicating whether we're building various libraries,
|