mirror of
https://github.com/QuasarApp/DoctorPill.git
synced 2025-04-26 09:44:41 +00:00
added header
This commit is contained in:
parent
37f5e1f12f
commit
b345297c6c
@ -12,8 +12,8 @@ set(CURRENT_PROJECT ${PROJECT_NAME}Test)
|
||||
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Test REQUIRED)
|
||||
|
||||
file(GLOB SOURCE_CPP
|
||||
"*.cpp" "*.qrc"
|
||||
"units/*.cpp" "units/*.qrc"
|
||||
"*.cpp" "*.h" "*.qrc"
|
||||
"units/*.cpp" "units/*.h" "units/*.qrc"
|
||||
)
|
||||
set(PUBLIC_INCUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
set(PUBLIC_INCUDE_DIR ${PUBLIC_INCUDE_DIR} "${CMAKE_CURRENT_SOURCE_DIR}/units")
|
||||
|
Loading…
x
Reference in New Issue
Block a user