mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
9 lines
228 B
CMake
9 lines
228 B
CMake
get_filename_component(_RPLY_PREFIX_DIR "${CMAKE_CURRENT_LIST_FILE}" DIRECTORY)
|
|
set (_TARGET_NAME "rply")
|
|
|
|
# IMPORTED targets
|
|
include("${_RPLY_PREFIX_DIR}/${_TARGET_NAME}-targets.cmake")
|
|
|
|
set(_RPLY_PREFIX_DIR)
|
|
set(_TARGET_NAME)
|