aboutsummaryrefslogtreecommitdiff
path: root/src/toml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-15 13:35:50 +0800
committercrupest <crupest@outlook.com>2022-05-15 13:35:50 +0800
commit2145308fff868b3b0c234d242db4c47ff9607fa3 (patch)
tree4dbe08dcdc9f15b81588e563981323e898dd2a9f /src/toml
parent4cdfef9bb8a25891fd8283efd0ce18c69435aff0 (diff)
downloadcru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.gz
cru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.bz2
cru-2145308fff868b3b0c234d242db4c47ff9607fa3.zip
...
Diffstat (limited to 'src/toml')
-rw-r--r--src/toml/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/toml/CMakeLists.txt b/src/toml/CMakeLists.txt
index be04ad79..170509a4 100644
--- a/src/toml/CMakeLists.txt
+++ b/src/toml/CMakeLists.txt
@@ -1,6 +1,6 @@
-add_library(cru_toml SHARED
+add_library(CruToml SHARED
TomlDocument.cpp
TomlParser.cpp
)
-target_compile_definitions(cru_toml PRIVATE CRU_TOML_EXPORT_API)
-target_link_libraries(cru_toml PUBLIC cru_base)
+target_compile_definitions(CruToml PRIVATE CRU_TOML_EXPORT_API)
+target_link_libraries(CruToml PUBLIC CruBase)