Files
rosetta/services/herdd/CMakeLists.txt
T

12 lines
246 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.31)
project(herdd C)
file(GLOB sources *.c)
add_executable(herdd ${sources})
target_link_libraries(herdd
c -l:crt0.o
magenta pthread launch rosetta
2026-05-30 10:19:33 +01:00
fx.runtime fx.collections fx.serial)
install(TARGETS herdd)