Basic CMake installation.

This commit is contained in:
Adam Gu
2018-08-03 09:42:46 +08:00
parent 3ba0ddbba1
commit 6809ab7d2a
2 changed files with 51 additions and 34 deletions
+3
View File
@@ -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)