summaryrefslogtreecommitdiffstats
path: root/Src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Src/CMakeLists.txt')
-rw-r--r--Src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/CMakeLists.txt b/Src/CMakeLists.txt
index e2a860c..56d48ee 100644
--- a/Src/CMakeLists.txt
+++ b/Src/CMakeLists.txt
@@ -17,7 +17,7 @@ link_directories(Lib/StringTools/Src/cmake-build-release/)
add_executable(Uwwwu
Util.cpp
main.cpp
-)
+ LibUwu.h)
# Link StringTools library
target_link_libraries(Uwwwu StringTools)