diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-06-21 12:49:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-21 12:49:45 -0400 |
| commit | 77a0276d9f37bcf828c77f9bcc59ff945116274e (patch) | |
| tree | 91cf7cb955798ad40718341172b0a8ffbc59a1f2 /tests/CMakeLists.txt | |
| parent | 931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff) | |
| download | stasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz | |
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
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 |
