Add CMakeLists.txt for the help files.

This commit is contained in:
f3nix 2007-11-09 22:15:22 +00:00
parent efe7edf2f1
commit 89a872b86e
2 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,7 @@ ENDIF(wxWidgets_FOUND)
# CMake will look at this dirs for nested 'CMakeLists.txt' files
ADD_SUBDIRECTORY(internat)
ADD_SUBDIRECTORY(help)
ADD_SUBDIRECTORY(library)
ADD_SUBDIRECTORY(modules)
ADD_SUBDIRECTORY(template)

3
help/CMakeLists.txt Normal file
View File

@ -0,0 +1,3 @@
INSTALL(DIRECTORY de en es fr it pt ru
DESTINATION ${KICAD_DOCS}
PATTERN ".svn" EXCLUDE)