Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 1 | include(CMakeFindDependencyMacro) |
| 2 | @FILENAME_DEP_REPLACE@ |
| 3 | set(THREADS_PREFER_PTHREAD_FLAG ON) |
| 4 | find_dependency(Threads) |
James Kuszmaul | cf32412 | 2023-01-14 14:07:17 -0800 | [diff] [blame] | 5 | @LIBUV_SYSTEM_REPLACE@ |
| 6 | @EIGEN_SYSTEM_REPLACE@ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 7 | @WPIUTIL_DEP_REPLACE@ |
James Kuszmaul | cf32412 | 2023-01-14 14:07:17 -0800 | [diff] [blame] | 8 | @WPINET_DEP_REPLACE@ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 9 | @NTCORE_DEP_REPLACE@ |
| 10 | @CSCORE_DEP_REPLACE@ |
| 11 | @CAMERASERVER_DEP_REPLACE@ |
| 12 | @HAL_DEP_REPLACE@ |
| 13 | @WPILIBC_DEP_REPLACE@ |
James Kuszmaul | b13e13f | 2023-11-22 20:44:04 -0800 | [diff] [blame^] | 14 | @WPILIBNEWCOMMANDS_DEP_REPLACE@ |