diff options
Diffstat (limited to 'reader/CMakeLists.txt')
-rw-r--r-- | reader/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/reader/CMakeLists.txt b/reader/CMakeLists.txt new file mode 100644 index 0000000..0fd2489 --- /dev/null +++ b/reader/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory( data ) +add_subdirectory( desktop ) +add_subdirectory( src ) |