mirror of
https://github.com/stenzek/duckstation.git
synced 2025-04-02 10:51:47 -04:00
3 lines
122 B
CMake
3 lines
122 B
CMake
add_library(fast_float INTERFACE)
|
|
target_include_directories(fast_float INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
|
|