aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-01 16:08:12 +0800
committercrupest <crupest@outlook.com>2019-04-01 16:08:12 +0800
commit055a3cde0cd19c896f3e498b774078654555c065 (patch)
treebadbd1350daea36b87e98ada60f55ef5a2168bc9 /src/CMakeLists.txt
parent0a429ee13c9fb9a9da6df62b1ebae101180278f5 (diff)
downloadcru-055a3cde0cd19c896f3e498b774078654555c065.tar.gz
cru-055a3cde0cd19c896f3e498b774078654555c065.tar.bz2
cru-055a3cde0cd19c896f3e498b774078654555c065.zip
...
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 75e6a0c2..8041d8cc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -13,8 +13,7 @@ add_library(cru_ui STATIC
ui/render/flex_layout_render_object.cpp
ui/render/render_object.cpp
ui/render/text_render_object.cpp
- ui/render/window_render_object.cpp
- util/string_util.cpp)
+ ui/render/window_render_object.cpp)
target_include_directories(cru_ui PUBLIC ${PROJECT_SOURCE_DIR}/include .)