aboutsummaryrefslogtreecommitdiff
path: root/src/toml/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/toml/CMakeLists.txt')
-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)