aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 03:17:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 03:20:15 +0300
commit15a9dd50ae2112d6fe80b833bd05278a9b4f67a7 (patch)
tree2b67329c34a63071517b1a1fc7abb96756e179bc /CMakeLists.txt
parentmingw builds: external definitions for static members (diff)
downloadwinapi-debug-15a9dd50ae2112d6fe80b833bd05278a9b4f67a7.tar.gz
winapi-debug-15a9dd50ae2112d6fe80b833bd05278a9b4f67a7.zip
add test/ to test, for starters, enum_symbols
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef02ccf..4c99eda 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,7 @@ if(MSVC_VERSION EQUAL 1900)
target_compile_options(pdb_repo PUBLIC /wd4091)
endif()
+add_subdirectory(test)
add_subdirectory(utils)
install(FILES LICENSE.txt DESTINATION share)