Skip to content

Commit

Permalink
Fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockoS committed Dec 1, 2024
1 parent 1c0a06a commit d4bdb0a
Show file tree
Hide file tree
Showing 7 changed files with 278 additions and 239 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ set(etripator_SRC
section/save.c
opcodes.c
comment.c
comment/load.c
comment/save.c
label.c
label/load.c
label/save.c
Expand Down Expand Up @@ -75,7 +77,7 @@ set_target_properties(etripator PROPERTIES C_STANDARD 11)
target_include_directories(etripator PUBLIC ${EXTRA_INCLUDE} externals)
target_compile_definitions(etripator PRIVATE _POSIX_C_SOURCE)
target_link_libraries(etripator PUBLIC jansson cwalk)
#[[

add_executable(etripator_cli cli/etripator.c cli/options.c)
set_target_properties(etripator_cli
PROPERTIES
Expand All @@ -84,7 +86,7 @@ set_target_properties(etripator_cli
)
target_include_directories(etripator_cli PRIVATE ${CMAKE_SOURCE_DIR})
target_link_libraries(etripator_cli etripator argparse)
#]]

set(DOXYFILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/doxyfile.in)
set(DOXYFILE ${CMAKE_CURRENT_BINARY_DIR}/doxyfile)

Expand Down
Loading

0 comments on commit d4bdb0a

Please sign in to comment.