blob: c08e9d20012094c2d754cbf0dbe18b4c5b785d4f [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)
James Kuszmaulcf324122023-01-14 14:07:17 -08005@LIBUV_SYSTEM_REPLACE@
6@EIGEN_SYSTEM_REPLACE@
Maxwell Henderson80bec322024-01-09 15:48:44 -08007
8@APRILTAG_DEP_REPLACE@
Brian Silverman8fce7482020-01-05 13:18:21 -08009@CAMERASERVER_DEP_REPLACE@
Maxwell Henderson80bec322024-01-09 15:48:44 -080010@CSCORE_DEP_REPLACE@
Brian Silverman8fce7482020-01-05 13:18:21 -080011@HAL_DEP_REPLACE@
Maxwell Henderson80bec322024-01-09 15:48:44 -080012@NTCORE_DEP_REPLACE@
Brian Silverman8fce7482020-01-05 13:18:21 -080013@WPILIBC_DEP_REPLACE@
James Kuszmaulb13e13f2023-11-22 20:44:04 -080014@WPILIBNEWCOMMANDS_DEP_REPLACE@
Maxwell Henderson80bec322024-01-09 15:48:44 -080015@WPIMATH_DEP_REPLACE@
16@WPINET_DEP_REPLACE@
17@WPIUTIL_DEP_REPLACE@
18if(@WITH_JAVA@)
19 @WPILIBJ_DEP_REPLACE@
20 @WPIUNITS_DEP_REPLACE@
21endif()