From 6053d87cd02cd5aec9da5bc46039ec4cca181dec Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 27 Nov 2022 01:19:14 -0600 Subject: add scale parsing --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2843fd3..f493c77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,8 @@ if (UNIX) endif() if (KALMIA_BUILD_TESTS) + string(LENGTH "${CMAKE_SOURCE_DIR}/" SOURCE_PATH_SIZE) + add_definitions("-DSOURCE_PATH_SIZE=${SOURCE_PATH_SIZE}") add_executable(kalmia-tests) target_link_libraries(kalmia-tests kalmia) if (UNIX) -- cgit v1.2.1