1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-08 19:02:07 +03:00

cmake: add one missed PROJECT_NAME variable

Follow-up to 72fd25958a

Closes #1158
This commit is contained in:
Viktor Szakats
2023-08-11 21:57:33 +00:00
parent ae7d51085e
commit c705ff3f37

View File

@@ -1,7 +1,7 @@
# Copyright (C) The libssh2 project and its contributors.
# SPDX-License-Identifier: BSD-3-Clause
include("${CMAKE_CURRENT_LIST_DIR}/libssh2-targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")
# Alias for either shared or static library
add_library(@PROJECT_NAME@::libssh2 ALIAS @PROJECT_NAME@::@LIB_SELECTED@)