diff --git a/CMakeLists.txt b/CMakeLists.txt index b17a390..639299c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) add_subdirectory(Sources) -if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) +if(CMAKE_PROJECT_NAME STREQUAL "meta-json") add_subdirectory(Tests) endif() \ No newline at end of file