CMake/Tests/RunCMake/try_compile
Brad King 7f1bd9fe69 try_compile: Add option to control type of target
Create a `CMAKE_TRY_COMPILE_TARGET_TYPE` option to specify use
of `add_library(... STATIC ...)` for the generated test project.
This will be useful for cross-compiling toolchains that cannot
link a binary without custom flags or scripts.
2016-02-19 14:07:38 -05:00
..
proj
BadLinkLibraries-result.txt
BadLinkLibraries-stderr.txt
BadLinkLibraries.cmake
BadSources1-result.txt
BadSources1-stderr.txt
BadSources1.cmake
BadSources2-result.txt
BadSources2-stderr.txt
BadSources2.cmake
CMP0056-stderr.txt
CMP0056-stdout.txt
CMP0056.cmake
CMakeLists.txt
CopyFileErrorNoCopyFile-result.txt
CopyFileErrorNoCopyFile-stderr.txt
CopyFileErrorNoCopyFile.cmake
NoArgs-result.txt
NoArgs-stderr.txt
NoArgs.cmake
NoCopyFile-result.txt
NoCopyFile-stderr.txt
NoCopyFile.cmake
NoCopyFile2-result.txt
NoCopyFile2-stderr.txt
NoCopyFile2.cmake
NoCopyFileError-result.txt
NoCopyFileError-stderr.txt
NoCopyFileError.cmake
NoOutputVariable-result.txt
NoOutputVariable-stderr.txt
NoOutputVariable.cmake
NoOutputVariable2-result.txt
NoOutputVariable2-stderr.txt
NoOutputVariable2.cmake
NoSources-result.txt
NoSources-stderr.txt
NoSources.cmake
NonSourceCompileDefinitions-result.txt
NonSourceCompileDefinitions-stderr.txt
NonSourceCompileDefinitions.cmake
NonSourceCopyFile-result.txt
NonSourceCopyFile-stderr.txt
NonSourceCopyFile.cmake
OneArg-result.txt
OneArg-stderr.txt
OneArg.cmake
RerunCMake-nowork-ninja-no-console-stdout.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-rerun-ninja-no-console-stdout.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-rerun-stderr.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-rerun-stdout.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-stderr.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-stdout.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake.cmake try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RunCMakeTest.cmake try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TargetTypeExe.cmake try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TargetTypeInvalid-result.txt try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TargetTypeInvalid-stderr.txt try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TargetTypeInvalid.cmake try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TargetTypeStatic.cmake try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TwoArgs-result.txt
TwoArgs-stderr.txt
TwoArgs.cmake
other.c try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
src.c