add headers to priject

This commit is contained in:
Andrei Yankovich 2022-01-18 23:56:40 +03:00
parent d34f23b08a
commit 3d2bdc1093
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,10 @@ add_definitions(-DPATRONUM_LIBRARY)
file(GLOB SOURCE_CPP
"src/*.cpp"
"src/Private/*.cpp"
"src/*.h"
"src/Private/*.h"
"src/Private/*.qrc"

View File

@ -19,6 +19,7 @@ find_package(QT NAMES Qt6 Qt5 COMPONENTS Core Test REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Test REQUIRED)
file(GLOB SOURCE_CPP
"*.h"
"*.cpp"
)