diff options
Diffstat (limited to 'kstars/CMakeLists.txt')
-rw-r--r-- | kstars/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kstars/CMakeLists.txt b/kstars/CMakeLists.txt new file mode 100644 index 00000000..e4f94177 --- /dev/null +++ b/kstars/CMakeLists.txt @@ -0,0 +1,8 @@ +##### configure checks + +include( ConfigureChecks.cmake ) + + +##### subdirectories + +add_subdirectory( kstars ) |