Cmake build: Omit files with names not starting with aplha character.

This commit is contained in:
Kornel Benko 2014-10-21 14:50:44 +02:00
parent 16e979298e
commit 652835bdea

View File

@ -480,7 +480,7 @@ if(NOT GROUP_CODE)
endif()
# lyx's source files
set(LYX_CPP_FILES *.cpp)
set(LYX_CPP_FILES [a-zA-Z]*.cpp)
set(LYX_HPP_FILES *.h)
set(LYX_MOC_FILES moc_*.cpp)