mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 19:45:42 -04:00
4 lines
122 B
CMake
4 lines
122 B
CMake
add_library(fast_float INTERFACE)
|
|
target_include_directories(fast_float INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
|
|