Files
CMake/Tests/RunCMake/install/CMakeLists.txt
T
Kyle Edwards 1f9ef25130 file: Add GET_RUNTIME_DEPENDENCIES mode
Co-Authored-by: Bryon Bean <bryon.bean@kitware.com>
2019-06-10 14:35:28 -04:00

7 lines
198 B
CMake

cmake_minimum_required(VERSION 3.4)
if(RunCMake_TEST MATCHES "^file-GET_RUNTIME_DEPENDENCIES")
cmake_policy(SET CMP0087 NEW)
endif()
project(${RunCMake_TEST} NONE)
include(${RunCMake_TEST}.cmake)