4 lines
76 B
CMake
4 lines
76 B
CMake
enable_testing()
|
|
add_library(iface INTERFACE)
|
|
add_library(test ALIAS iface)
|