summaryrefslogtreecommitdiff
path: root/graphs/cpp/CMakeLists.txt
blob: a40c5d7f8d925a69e5a1d2eaf5cfb0591423b557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cmake_minimum_required(VERSION 3.21.2)
project(cproutprout)

add_executable(cpipi hello_world/hello_world.cc
        directories_infos/directory_info.cc
        directories_infos/read_info.cc
        war/soldier.hh
        war/soldier.cc
        war/knight.hh
        war/knight.cc
        war/regiment.hh
        war/regiment.cc)