CMakeLists.txt 282 B

12345678910111213
  1. # a simple test cas
  2. project (OutOfSource)
  3. add_subdirectory(SubDir)
  4. get_directory_property(ANIMAL DIRECTORY OutOfSourceSubdir DEFINITION WEASELS)
  5. configure_file(
  6. ${OutOfSource_SOURCE_DIR}/testdp.h.in
  7. ${OutOfSource_BINARY_DIR}/SubDir/OutOfSourceSubdir/testdp.h
  8. )
  9. set(KEN 1)