You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
415 B
CMake
13 lines
415 B
CMake
set(all_files
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/ckerf_base.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/ckerf_base.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/cakerfcheck_h.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/src/cakerfcheck_h.ui
|
|
)
|
|
|
|
set(inc_files ${all_files})
|
|
set(src_files ${all_files})
|
|
list(FILTER inc_files INCLUDE REGEX ".*.h$")
|
|
list(FILTER src_files INCLUDE REGEX ".*.cpp$")
|
|
|
|
source_group("cmake" REGULAR_EXPRESSION [.]*cmake[.]*) |