1 2 3 4 5
PROJECT(CMCompress) ADD_LIBRARY(cmcompress cmcompress.c) INSTALL(FILES Copyright.txt DESTINATION ${CMake_DOC_DEST}/cmcompress)