From b1fc106b5294d162415ff715c6dece11945efdb2 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 27 Sep 2024 17:38:00 -0600 Subject: wip --- CMakeLists.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 73c6b8f..7f16070 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,9 +12,7 @@ project(sbc_harness) pico_sdk_init() -add_custom_target(generate - COMMENT Create generated files that are included in the source distribution -) +define_property(TARGET PROPERTY "GENERATED_SOURCES") add_subdirectory(libcr) add_subdirectory(libcr_ipc) @@ -24,3 +22,8 @@ add_subdirectory(lib9p) add_subdirectory(cmd/sbc_harness) add_subdirectory(cmd/srv9p) + +add_custom_target(generate + COMMENT Create generated files that are included in the source distribution + DEPENDS +) -- cgit v1.2.3-2-g168b