test-econ-model/CMakeLists.txt

12 lines
397 B
CMake
Raw Normal View History

2022-11-30 13:59:32 -08:00
cmake_minimum_required(VERSION 3.25)
2022-11-30 02:07:09 -08:00
project(test_econ_model)
# set(models "fixed-simple, lending, pop-simple")
# foreach(model models)
# add_executable(bin/${model} ${model}.cpp)
# endforeach()
make_directory(bin)
include_directories(include/)
2022-11-30 13:59:32 -08:00
add_executable(pop-simple pop-simple.cpp)
# add_executable(./bin/fixed-simple fixed-simple.cpp)
# add_executable(./bin/wealth-flow wealth-flow.cpp)