summaryrefslogtreecommitdiffstats
path: root/Tests/OutOfSource/CMakeLists.txt
blob: a053f140182d9bad797bb454e1029c565cb00be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# a simple test cas
project (OutOfSource)

add_subdirectory(SubDir)

get_directory_property(ANIMAL DIRECTORY OutOfSourceSubdir DEFINITION WEASELS)

configure_file(
  ${OutOfSource_SOURCE_DIR}/testdp.h.in
  ${OutOfSource_BINARY_DIR}/SubDir/OutOfSourceSubdir/testdp.h
  )

set(KEN 1)