Files
bun.sh/cmake/targets/BuildTinyCC.cmake
2024-09-10 17:01:40 -07:00

18 lines
211 B
CMake

include(Macros)
register_repository(
NAME
tinycc
REPOSITORY
oven-sh/tinycc
COMMIT
ab631362d839333660a265d3084d8ff060b96753
)
register_cmake_command(
TARGET
tinycc
LIBRARIES
tcc
)