2021-09-14 00:13:48 +02:00

4 lines
98 B
CMake

project(Interface)
add_library(iface_none INTERFACE)
add_library(iface_srcs INTERFACE ../empty.c)