mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake build: Omit also hidden header files from globbing
This commit is contained in:
parent
652835bdea
commit
153086ac30
@ -481,7 +481,7 @@ endif()
|
||||
|
||||
# lyx's source files
|
||||
set(LYX_CPP_FILES [a-zA-Z]*.cpp)
|
||||
set(LYX_HPP_FILES *.h)
|
||||
set(LYX_HPP_FILES [a-zA-Z]*.h)
|
||||
set(LYX_MOC_FILES moc_*.cpp)
|
||||
|
||||
include(ProjectSourceGroup)
|
||||
|
Loading…
Reference in New Issue
Block a user