diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c32ca52..652f84d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -28,8 +28,9 @@ if(APPLE) endif() -# Include default CMake project specifications set(BSM_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/..) + +# Include default project specifications include (${BSM_ROOT}/project-defaults.cmake) ##########################################################################################################