added headers to prijects

This commit is contained in:
Andrei Yankovich 2022-01-18 23:55:45 +03:00
parent 04b73772d8
commit fe224bdc99

View File

@ -39,7 +39,7 @@ find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
file(GLOB SOURCE_CPP
"*.cpp"
"*.cpp" "*.h"
)
add_library(${PROJECT_NAME} ${SOURCE_CPP})