add_executable(main)
set(sources main.cpp other.cpp)
target_sources(main PUBLIC ${sources})
