aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2202c93..df53be1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,9 @@ else()
39 add_compile_options(-Wall) 39 add_compile_options(-Wall)
40endif() 40endif()
41 41
42add_subdirectory(src) 42if(WIN32)
43 add_subdirectory(src)
44endif()
43 45
44if (BUILD_TESTS) 46if (BUILD_TESTS)
45 add_subdirectory(tests) 47 add_subdirectory(tests)