1 set(doc_legal 2 bsd.txt 3 bdl.txt 4 lgpl.txt 5 ) 6 ADD_DOC(doc_legal legal) 7 8 add_subdirectory(embedded) 9 add_subdirectory(other) 10 11 CMAKEFILES(bsd.txt bdl.txt lgpl.txt) 12 CMAKEFILES(README.txt) 13 CMAKEFILES(CMakeLists.txt) 14 15 # Local Variables: 16 # tab-width: 8 17 # mode: cmake 18 # indent-tabs-mode: t 19 # End: 20 # ex: shiftwidth=2 tabstop=8