9 lines
No EOL
190 B
CMake
9 lines
No EOL
190 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
if(NOT WIN32 AND "@WAVPACK_ENABLE_THREADS@")
|
|
find_dependency(Threads)
|
|
endif()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/wavpack-targets.cmake") |