diff options
Diffstat (limited to 'kue/modules/CMakeLists.txt')
-rw-r--r-- | kue/modules/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kue/modules/CMakeLists.txt b/kue/modules/CMakeLists.txt new file mode 100644 index 00000000..bf9d6f43 --- /dev/null +++ b/kue/modules/CMakeLists.txt @@ -0,0 +1,8 @@ +################################################################################ +# Improvements and feedback are welcome! # +# This software is licensed under the terms of the GNU GPL v3 license. # +################################################################################ + +add_subdirectory(8ball) +add_subdirectory(9ball) +add_subdirectory(freeplay)
\ No newline at end of file |