diff options
author | crupest <crupest@outlook.com> | 2022-05-15 14:15:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-15 14:15:31 +0800 |
commit | 34a64e6ffefaab007578932ddbab931a25f1d56e (patch) | |
tree | 541fdb8279e829a129df62288d09916bf23c9200 /test/toml | |
parent | 8ad2966933957ac5d6ff8dcd5e732736fd5e4dc6 (diff) | |
download | cru-34a64e6ffefaab007578932ddbab931a25f1d56e.tar.gz cru-34a64e6ffefaab007578932ddbab931a25f1d56e.tar.bz2 cru-34a64e6ffefaab007578932ddbab931a25f1d56e.zip |
...
Diffstat (limited to 'test/toml')
-rw-r--r-- | test/toml/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/toml/CMakeLists.txt b/test/toml/CMakeLists.txt index 03f81047..30705585 100644 --- a/test/toml/CMakeLists.txt +++ b/test/toml/CMakeLists.txt @@ -1,7 +1,7 @@ add_executable(CruTomlTest ParserTest.cpp ) -target_link_libraries(CruTomlTest PRIVATE CruToml cru_test_base) +target_link_libraries(CruTomlTest PRIVATE CruToml CruTestBase) if (WIN32) add_custom_command(TARGET CruTomlTest POST_BUILD |