From a3477cb2d91f91d5ca9c11c526a54f051d38e0be Mon Sep 17 00:00:00 2001 From: LYND$KG <60162813+lyndskg@users.noreply.github.com> Date: Sun, 7 Jan 2024 06:06:11 -0500 Subject: [PATCH] Update CMakeLists.txt --- test/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ##########################################################################################################