Skip to content

Commit 0d5100f

Browse files
committed
build(cmake): add target alias
1 parent 4877eeb commit 0d5100f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ project(
1111
LANGUAGES CXX)
1212

1313
config_lib(${PROJECT_NAME} INTERFACE STD 23)
14+
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
1415

1516
#
1617
# Model project dependencies

0 commit comments

Comments
 (0)