mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
7 lines
118 B
CMake
7 lines
118 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
project(test)
|
|
|
|
add_subdirectory(App)
|
|
add_subdirectory(Int)
|
|
add_subdirectory(Lib)
|