2021-05-18 08:59:20 -04:00

2 lines
89 B
CMake

add_executable(issue72 main.cpp foo.cpp)
target_link_libraries(issue72 PUBLIC fast_float)