CMakeLists.txt 94 B

1234
  1. cmake_minimum_required (VERSION 2.6)
  2. project(CTestTestUpload)
  3. add_executable (Sleep sleep.c)