Skip to content

Commit

Permalink
upgraded CLI interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham committed May 31, 2024
1 parent 20b5faa commit 9b67db8
Show file tree
Hide file tree
Showing 7 changed files with 11,084 additions and 105 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ find_package(CURL REQUIRED)

file(GLOB_RECURSE WREN src/wren/*.c)
file(GLOB_RECURSE LIB_FILES src/vm/*.cpp src/vm/*.c)
file(GLOB_RECURSE SRC_FILES src/main.cpp src/cli/*.cpp)
file(GLOB_RECURSE SRC_FILES src/main.cpp)

# Static Analyzer: https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Static-Analyzer-Options.html
# Linker Options: https://gcc.gnu.org/onlinedocs/gcc/Link-Options.html
Expand Down
Loading

0 comments on commit 9b67db8

Please sign in to comment.