blob: 99ecd00ac1ead534459fae356a0eede7379046b0 (
plain)
1
2
3
4
5
6
7
8
|
PROJECT(SystemInformation)
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)
|