summary refs log tree commit diff stats
path: root/tools/util/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/util/CMakeLists.txt')
-rw-r--r--tools/util/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/util/CMakeLists.txt b/tools/util/CMakeLists.txt index f086e10..4d19c3b 100644 --- a/tools/util/CMakeLists.txt +++ b/tools/util/CMakeLists.txt
@@ -1,6 +1,7 @@
1find_package(Protobuf REQUIRED) 1find_package(Protobuf REQUIRED)
2 2
3add_library(util 3add_library(util
4 godot_scene.cpp
4 identifiers.cpp 5 identifiers.cpp
5 naming.cpp 6 naming.cpp
6) 7)