Sha256: b01b3e1b222d10c128961962063b694fbc9d1c3e0944a42c559b687838dd9ac6
Contents?: true
Size: 314 Bytes
Versions: 104
Compression:
Stored size: 314 Bytes
Contents
# CMakeLists files in this project can # refer to the root source directory of the project as ${HELLO_SOURCE_DIR} and # to the root binary directory of the project as ${HELLO_BINARY_DIR}. cmake_minimum_required (VERSION 2.8.7) project (HELLO) add_executable (hello hello.c) install (TARGETS hello DESTINATION bin)
Version data entries
104 entries across 87 versions & 16 rubygems