aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-06-21 12:36:55 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-06-21 12:48:40 -0400
commit7d675a70bf92bd1606f77fae01c6e56afdcee5ef (patch)
tree91cf7cb955798ad40718341172b0a8ffbc59a1f2 /tests/CMakeLists.txt
parent931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff)
downloadstasis-7d675a70bf92bd1606f77fae01c6e56afdcee5ef.tar.gz
Rebrand OhMyCal (OMC) as STASIS
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 5b45d58..f3a45e8 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -21,7 +21,7 @@ foreach(file ${files})
elseif (CMAKE_C_COMPILER_ID STREQUAL "MSVC")
target_compile_options(${file_without_ext} PRIVATE ${win_cflags} ${win_msvc_cflags})
endif()
- target_link_libraries(${file_without_ext} PRIVATE ohmycal)
+ target_link_libraries(${file_without_ext} PRIVATE stasis_core)
add_test(${file_without_ext} ${file_without_ext})
set_tests_properties(${file_without_ext}
PROPERTIES