mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
usse vcpkg just for the libsndfile build chain
This commit is contained in:
parent
a577d36679
commit
873fbbf1fe
1856 changed files with 1019 additions and 466624 deletions
8
Tools/CMake/vcpkg/ports/libflac/usage
Normal file
8
Tools/CMake/vcpkg/ports/libflac/usage
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
The package libflac provides CMake targets:
|
||||
|
||||
find_package(FLAC CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE FLAC::FLAC)
|
||||
|
||||
# Or use the C++ API
|
||||
find_package(FLAC CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE FLAC::FLAC++)
|
||||
Loading…
Add table
Add a link
Reference in a new issue