comparison CMakeLists.txt @ 1065:dc576c7e4b1e

Fix to make sure to create gen/ in build dir and unbreak build with older perl
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 08 Mar 2009 16:37:55 +0100
parents f0b6549055ab
children 7d9957c6350e
comparison
equal deleted inserted replaced
1064:f0b6549055ab 1065:dc576c7e4b1e
63 endif(D_VERSION EQUAL 1) 63 endif(D_VERSION EQUAL 1)
64 64
65 file(MAKE_DIRECTORY 65 file(MAKE_DIRECTORY
66 ${PROJECT_BINARY_DIR}/bin 66 ${PROJECT_BINARY_DIR}/bin
67 ${PROJECT_BINARY_DIR}/${DMDFE_PATH} 67 ${PROJECT_BINARY_DIR}/${DMDFE_PATH}
68 ${PROJECT_BINARY_DIR}/gen
68 ) 69 )
69 70
70 # idgen and impcnvgen 71 # idgen and impcnvgen
71 set_source_files_properties( 72 set_source_files_properties(
72 ${DMDFE_PATH}/idgen.c 73 ${DMDFE_PATH}/idgen.c