cmake_minimum_required(VERSION 3.25) 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/) add_executable(pop-simple pop-simple.cpp) # add_executable(./bin/fixed-simple fixed-simple.cpp) # add_executable(./bin/wealth-flow wealth-flow.cpp)