4 lines
88 B
CMake
4 lines
88 B
CMake
add_executable(Interpreter main.cpp)
|
|
|
|
target_link_libraries(Interpreter PRIVATE Parser)
|