5 lines
48 B
CMake
5 lines
48 B
CMake
|
|
||
|
enable_language(CXX)
|
||
|
|
||
|
add_library(alias ALIAS)
|