diff options
Diffstat (limited to 'src/tools/custom/CMakeLists.txt')
-rw-r--r-- | src/tools/custom/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/custom/CMakeLists.txt b/src/tools/custom/CMakeLists.txt new file mode 100644 index 0000000..1c76e54 --- /dev/null +++ b/src/tools/custom/CMakeLists.txt @@ -0,0 +1,6 @@ + +##### libcustom (static) + +tde_add_library( custom STATIC_PIC AUTOMOC + SOURCES custom.cpp +) |