mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
10 lines
241 B
CMake
10 lines
241 B
CMake
include(CMakeFindDependencyMacro)
|
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
|
find_dependency(Threads)
|
|
find_dependency(wpiutil)
|
|
find_dependency(ntcore)
|
|
@CSCORE_DEP_REPLACE@
|
|
@CAMERASERVER_DEP_REPLACE@
|
|
@HAL_DEP_REPLACE@
|
|
@WPILIBC_DEP_REPLACE@
|