Brian Silverman | 41cdd3e | 2019-01-19 19:48:58 -0800 | [diff] [blame] | 1 | include(CMakeFindDependencyMacro) |
2 | set(THREADS_PREFER_PTHREAD_FLAG ON) | ||||
3 | find_dependency(Threads) | ||||
4 | find_dependency(wpiutil) | ||||
5 | find_dependency(ntcore) | ||||
6 | @CSCORE_DEP_REPLACE@ | ||||
7 | @CAMERASERVER_DEP_REPLACE@ | ||||
8 | @HAL_DEP_REPLACE@ | ||||
9 | @WPILIBC_DEP_REPLACE@ |