mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
f063c45589
Introduce a policy to control the behavior. The AliasTargets unit test already tests that using a double-semicolon in the name is not an error. Change the ExportImport test to use a namespace with a double-semicolon too.
4 lines
81 B
CMake
4 lines
81 B
CMake
|
|
add_library(foo empty.cpp)
|
|
target_link_libraries(foo PRIVATE External::Library)
|