mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: Omit files with names not starting with aplha character.
This commit is contained in:
parent
16e979298e
commit
652835bdea
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user