cmake/Tests/RunCMake/CMP0037/alias-test-common.cmake
2024-06-04 10:54:04 +02:00

4 lines
76 B
CMake

enable_testing()
add_library(iface INTERFACE)
add_library(test ALIAS iface)