Read file passed through argv[]
This commit is contained in:
@ -8,7 +8,8 @@ set(CMAKE_CXX_STANDARD 20)
|
||||
include_directories(include)
|
||||
|
||||
add_executable(bfuck
|
||||
src/main.cpp
|
||||
src/main.cpp
|
||||
src/lex.cpp
|
||||
)
|
||||
|
||||
# target_link_libraries(lasm Boost::program_options)
|
||||
|
Reference in New Issue
Block a user