CMake/Tests/SystemInformation/CMakeLists.txt

9 lines
375 B
CMake
Raw Normal View History

2002-11-12 17:31:05 +03:00
PROJECT(DumpInformation)
2002-11-12 02:07:20 +03:00
INCLUDE_DIRECTORIES(${SystemInformation_BINARY_DIR})
CONFIGURE_FILE(${SystemInformation_SOURCE_DIR}/SystemInformation.in
${SystemInformation_BINARY_DIR}/SystemInformation.out)
CONFIGURE_FILE(${SystemInformation_SOURCE_DIR}/DumpInformation.h.in
${SystemInformation_BINARY_DIR}/DumpInformation.h)
ADD_EXECUTABLE(DumpInformation DumpInformation.cxx)