foot/CMakeLists.txt
shylie 6007426eb3
Some checks failed
Test / build (push) Failing after 4s
Add vcd waveform tracing
2026-03-25 01:43:20 -04:00

14 lines
207 B
CMake

cmake_minimum_required(VERSION 3.20)
project(foot)
if(PROJECT_IS_TOP_LEVEL)
enable_testing()
set(FOOT_TESTS ON)
else()
set(FOOT_TESTS OFF)
endif()
add_subdirectory(vcppd)
add_subdirectory(emulator)