mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
e98799105b
The properties are evaluated as link-dependent interface properties when evaluating the generator expressions.
4 lines
98 B
CMake
4 lines
98 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(${RunCMake_TEST} CXX)
|
|
include(${RunCMake_TEST}.cmake)
|