16 # gather all possible C++ and Qt sources
18 file(GLOB_RECURSE HEADERS *.h)
19 file(GLOB_RECURSE SRCS *.cpp *.c)
20 file(GLOB_RECURSE File_UI *.ui)
21 file(GLOB_RECURSE File_QRC *.qrc)
23 # if an optional parameter is used, gather everything from BaseDirectory
24 file(GLOB_RECURSE HEADERS ${ARGV1}
gather_headers_and_sources()
macro gather_headers_and_sources find all headers, sources, including the qt ui, moc and resources an...
Definition: GatherHeadersAndSources.h:15