cmake
Table of Contents
Which command is actually executed?
execute make by: make VERBOSE=1
Find all source files in a directory (2009.07.24)
Non-recursively
aux_source_directory(<dir> <variable>)
Recursively
FILE(GLOB_RECURSE CORE_SRCS ../../../Core/*.cpp)