diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
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) |
40 | endif() | 40 | endif() |
41 | 41 | ||
42 | add_subdirectory(src) | 42 | if(WIN32) |
43 | add_subdirectory(src) | ||
44 | endif() | ||
43 | 45 | ||
44 | if (BUILD_TESTS) | 46 | if (BUILD_TESTS) |
45 | add_subdirectory(tests) | 47 | add_subdirectory(tests) |