1 2 3 4 5 6 7 8 9 10
target_sources(main PUBLIC main.cpp rl.cpp strings.cpp print.cpp Player.cpp ) add_subdirectory(cmd)