mirror of
https://github.com/QuasarApp/CMakeProject.git
synced 2025-05-06 18:29:35 +00:00
added header to project
This commit is contained in:
parent
e7938cf8cd
commit
8738fd9a2b
@ -57,6 +57,8 @@ if (NOT DEFINED RENAME_ME_EXAMPLE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
make_directory(Distro)
|
||||
|
||||
initAll()
|
||||
|
||||
updateGitVars()
|
||||
|
@ -11,8 +11,9 @@ set(CURRENT_PROJECT "${PROJECT_NAME}Eaxample")
|
||||
option(SIGN_APP "This option enable od disabled sign apk and aab files" ON)
|
||||
|
||||
file(GLOB SOURCE_CPP
|
||||
"*.cpp"
|
||||
"*.cpp" "*.h"
|
||||
"Private/*.cpp"
|
||||
"Private/*.h"
|
||||
)
|
||||
|
||||
if (${QT_VERSION_MAJOR})
|
||||
|
@ -13,6 +13,8 @@ add_definitions(-DRENAME_ME_LIBRARY)
|
||||
file(GLOB SOURCE_CPP
|
||||
"*RENAME_ME/*.cpp"
|
||||
"private/*.cpp"
|
||||
"*RENAME_ME/*.h"
|
||||
"private/*.h"
|
||||
)
|
||||
|
||||
if (${QT_VERSION_MAJOR})
|
||||
|
@ -10,8 +10,8 @@ cmake_minimum_required(VERSION 3.14)
|
||||
set(CURRENT_PROJECT ${PROJECT_NAME}Test)
|
||||
|
||||
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