Basic CMake installation.
This commit is contained in:
@@ -47,6 +47,9 @@ if(WEBCC_BUILD_UNITTEST)
|
||||
enable_testing()
|
||||
endif()
|
||||
|
||||
# Adhere to GNU filesystem layout conventions.
|
||||
include(GNUInstallDirs)
|
||||
|
||||
# Automatically detect _WIN32_WINNT for Asio.
|
||||
# See: https://stackoverflow.com/a/40217291
|
||||
if(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user