Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoge authored May 6, 2024
1 parent 92fc259 commit 47b635a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ set(CMAKE_C_STANDARD 17)

add_executable(set_maxtml main.c)
target_link_libraries(set_maxtml "$<$<CONFIG:Release>:-s -static>")

add_executable(set_sdrwhite main_sdrwhite.c)
target_link_libraries(set_sdrwhite "$<$<CONFIG:Release>:-s -static>")

0 comments on commit 47b635a

Please sign in to comment.