Let's have it as it's common to be, which means top level src/ for sources, single data/ for data, and so on.
6 lines
128 B
CMake
6 lines
128 B
CMake
add_subdirectory(addressbook)
|
|
add_subdirectory(calendar)
|
|
add_subdirectory(mail)
|
|
add_subdirectory(memos)
|
|
add_subdirectory(tasks)
|