mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
9 lines
200 B
CMake
9 lines
200 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
|
find_dependency(Threads)
|
|
@FMTLIB_VCPKG_REPLACE@
|
|
|
|
@FILENAME_DEP_REPLACE@
|
|
include(${SELF_DIR}/wpiutil.cmake)
|