Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kohutd committed Jan 29, 2025
1 parent 679835b commit cb4e10f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ IF (WIN32)
add_executable(mavka
main.cpp
extension.cpp
mavka.a
)
target_compile_options(mavka PUBLIC -O3 -fexceptions -DMAVKA_READLINE=${READLINE_AVAILABLE})
target_link_libraries(mavka PUBLIC mavka_parser)
target_link_libraries(mavka PUBLIC mavka_parser mavka.a)
ELSE ()
project(mavka_external)

Expand Down

0 comments on commit cb4e10f

Please sign in to comment.