Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
16df2456a440d87fb3e8e53fb59a2817b288b9af
16df2456a440d87fb3e8e53fb59a2817b288b9af
Switch branch/tag
cmake
Tests
RunCMake
alias_targets
CMakeLists.txt
Find file
Normal view
History
Permalink
CMakeLists.txt
101 Bytes
Edit
Web IDE
Newer
Older
Cygwin: Avoid legacy warnings in RunCMake.* tests
Brad King
committed
Aug 13, 2013
1
cmake_minimum_required
(
VERSION 2.8.4
)
Add the ALIAS target concept for libraries and executables.
Stephen Kelly
committed
Aug 02, 2013
2
3
project
(
${
RunCMake_TEST
}
NONE
)
include
(
${
RunCMake_TEST
}
.cmake
)