index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CTestTestUpload
/
CMakeLists.txt
blob: 7aad7b5a6f9a0993d3436f75333a9409b510a320 (
plain
)
1
2
3
4
cmake_minimum_required(VERSION 3.10) project(CTestTestUpload) add_executable (Sleep sleep.c)