James Kuszmaul | 4f3ad3c | 2019-12-01 16:35:21 -0800 | [diff] [blame] | 1 | include(CMakeFindDependencyMacro) |
2 | @FILENAME_DEP_REPLACE@ | ||||
3 | set(THREADS_PREFER_PTHREAD_FLAG ON) | ||||
4 | find_dependency(Threads) | ||||
5 | @LIBUV_VCPKG_REPLACE@ | ||||
6 | @EIGEN_VCPKG_REPLACE@ | ||||
7 | @WPIUTIL_DEP_REPLACE@ | ||||
8 | @NTCORE_DEP_REPLACE@ | ||||
9 | @CSCORE_DEP_REPLACE@ | ||||
10 | @CAMERASERVER_DEP_REPLACE@ | ||||
11 | @HAL_DEP_REPLACE@ | ||||
12 | @WPILIBC_DEP_REPLACE@ |