Skip to content

Commit

Permalink
やっぱりリンカフラグをつける
Browse files Browse the repository at this point in the history
  • Loading branch information
eyr1n committed Oct 28, 2024
1 parent 04c5e37 commit 689556c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ target_include_directories(${PROJECT_NAME} INTERFACE
include
)

target_link_libraries(${PROJECT_NAME} INTERFACE
"-u _printf_float"
)

find_package(Doxygen)
if(DOXYGEN_FOUND)
set(DOXYGEN_EXTRACT_ALL YES)
Expand Down

0 comments on commit 689556c

Please sign in to comment.