add_library(intcode src/Parser.cpp src/Interpreter.cpp src/Machine.cpp) target_include_directories(intcode PUBLIC include)