Skip to content

Commit f94313d

Browse files
committed
bin: support command line options
Signed-off-by: imkiva <[email protected]>
1 parent fbfc264 commit f94313d

File tree

6 files changed

+7071
-22
lines changed

6 files changed

+7071
-22
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ IF (UNIX)
305305
ENDIF ()
306306

307307
#### Executables
308-
add_executable(java src/bin/java.cpp)
308+
add_executable(java src/bin/java.cpp include/bin/clipp.h)
309309
target_link_libraries(java kivm)
310310

311311
#### Tests

0 commit comments

Comments
 (0)