mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Made a toplevel directory for C++ and C++ tests Change-Id: I4bc2074a7036ec7fe79568b411637a5bee9eb5b3 Added the C++ testing framework and one test Change-Id: I1e80a1e16b251a49666820a9d4c8caa025da9785
6 lines
126 B
CMake
6 lines
126 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(WPILibC)
|
|
|
|
add_subdirectory(wpilibC++)
|
|
add_subdirectory(wpilibC++IntegrationTests)
|