CMake/Tests/RunCMake/try_run/CMakeLists.txt
Matt McCormick 223c5cb70b try_run: Add test for bad link libraries.
Based off the corresponding try_compile test.
2015-01-26 10:05:30 -05:00

4 lines
98 B
CMake

cmake_minimum_required(VERSION 2.8.0)
project(${RunCMake_TEST} C)
include(${RunCMake_TEST}.cmake)