Skip to content

Commit

Permalink
add missing compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Jun 8, 2024
1 parent b1ad759 commit 1b0a5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ target_link_libraries(sdrpp PRIVATE sdrpp_core)

# Compiler arguments
target_compile_options(sdrpp PRIVATE ${SDRPP_COMPILER_FLAGS})
target_compile_options(min_broken PRIVATE ${SDRPP_COMPILER_FLAGS})

# Copy dynamic libs over
if (MSVC)
Expand Down

0 comments on commit 1b0a5ed

Please sign in to comment.