cmake: initial commit

This commit is contained in:
Marc-André Moreau
2011-06-30 20:31:07 -04:00
parent 97cd5e7546
commit e038b068b8
8 changed files with 446 additions and 0 deletions

4
include/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
# include
file(GLOB HEADERS "freerdp/*.h")
install_files(/include/oshwcollect FILES ${HEADERS})