blob: d814f0a1763e2bb1e5b87c51a98a282e60501328 [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001include(CMakeFindDependencyMacro)
2@FILENAME_DEP_REPLACE@
3set(THREADS_PREFER_PTHREAD_FLAG ON)
4find_dependency(Threads)
5@LIBUV_VCPKG_REPLACE@
6@EIGEN_VCPKG_REPLACE@
7
Austin Schuh812d0d12021-11-04 20:16:48 -07008@FILENAME_DEP_REPLACE@
Brian Silverman8fce7482020-01-05 13:18:21 -08009include(${SELF_DIR}/wpiutil.cmake)