os3/host/kernelcopy/CMakeLists.txt
Johnh Stefanelli 642385797c
[Host/KernelCopy] First implementation of KernelCopy
[LibFat] Add libfat
[Stage1] Add stage1 project
2022-10-06 21:20:29 +02:00

2 lines
No EOL
85 B
CMake

add_executable(kernelcopy kernelcopy.c)
target_link_libraries(kernelcopy host libfat)