aboutsummaryrefslogtreecommitdiff
path: root/src/parse/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-12-14 21:34:59 +0800
committercrupest <crupest@outlook.com>2021-12-14 21:34:59 +0800
commitfa3794469430b4ddfe0b0ca62850e9911c99b558 (patch)
tree2cd038280f9fa21ae5c64b82730624d801208292 /src/parse/CMakeLists.txt
parent72abeb9c86d768a5c6a9a2d28dab037b145b7390 (diff)
downloadcru-fa3794469430b4ddfe0b0ca62850e9911c99b558.tar.gz
cru-fa3794469430b4ddfe0b0ca62850e9911c99b558.tar.bz2
cru-fa3794469430b4ddfe0b0ca62850e9911c99b558.zip
...
Diffstat (limited to 'src/parse/CMakeLists.txt')
-rw-r--r--src/parse/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/CMakeLists.txt b/src/parse/CMakeLists.txt
index de096c08..5c8a6dfa 100644
--- a/src/parse/CMakeLists.txt
+++ b/src/parse/CMakeLists.txt
@@ -7,4 +7,4 @@ add_library(cru_parse SHARED
Token.cpp
TokenType.cpp
)
-target_link_libraries(cru_parse PUBLIC cru_common)
+target_link_libraries(cru_parse PUBLIC cru_base)