Initial commit
This commit is contained in:
3
Program/CMakeLists.txt
Normal file
3
Program/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
add_executable(Interpreter main.cpp)
|
||||
|
||||
target_link_libraries(Interpreter PRIVATE Parser)
|
||||
Reference in New Issue
Block a user