Files
rosetta/toolchain/xpcg/CMakeLists.txt
T

8 lines
174 B
CMake
Raw Normal View History

file(GLOB sources
*.c *.h
backend/c-mpc/*.c backend/c-mpc/*.h)
add_executable(xpcg ${sources})
2026-05-30 10:12:28 +01:00
target_link_libraries(xpcg FX::Runtime FX::Collections FX::Cmdline FX::Io)