aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
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 .)