diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 555e0b2..fa0b876 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ target_include_directories(winapi_utf8 PUBLIC include/) install(TARGETS winapi_utf8 ARCHIVE DESTINATION lib) install(DIRECTORY include/winapi DESTINATION include) -if(WINAPI_UTF8_ENABLE_TESTS) +if(WINAPI_UTF8_TESTS) add_subdirectory(test) endif() |