Raw File
CMakeLists.txt
cmake_minimum_required (VERSION 2.6)
project(CTestTestUpload)

add_executable (Sleep sleep.c)
back to top