7 lines
81 B
CMake
7 lines
81 B
CMake
# a simple test case
|
|
PROJECT (OutOfSource)
|
|
|
|
ADD_SUBDIRECTORY(SubDir)
|
|
|
|
SET(KEN 1)
|