Separate Qt tests and gtest tests Add a basic shadow of the project structure Add a few simple tests to demonstrate usage
6 lines
111 B
CMake
6 lines
111 B
CMake
add_subdirectory(Base)
|
|
add_subdirectory(App)
|
|
add_subdirectory(Gui)
|
|
add_subdirectory(Misc)
|
|
add_subdirectory(Qt)
|