Files
Training-Coding-Interview/Program/CMakeLists.txt
2025-10-15 17:20:56 +02:00

4 lines
88 B
CMake

add_executable(Interpreter main.cpp)
target_link_libraries(Interpreter PRIVATE Parser)