3 lines
70 B
CMake
3 lines
70 B
CMake
|
add_library(empty)
|
||
|
target_sources(empty PRIVATE $<HOST_LINK:empty.c>)
|