Lines Matching refs:project
20 # errors, when the project was created with CMake generator and
58 # 5 - work mode: "C and CXX includes, defines in Eclipse with project defines"
65 ## 4 - work mode: "C and CXX includes, defines in .settings with project defines - [EXPERIMENTAL]"
71 message(" with project includes and defines")
75 message(" with project includes and defines")
79 # message(" without project defines")
81 # set(_work_mode "C and CXX includes, defines in .settings with project defines - [EXPERIMENTAL]")
84 set(_work_mode "C and CXX includes, defines in Eclipse with project defines")
102 if (${_work_mode} STREQUAL "C and CXX includes, defines in Eclipse with project defines")
116 …(${_work_mode} STREQUAL "C and CXX includes, defines in .settings with project defines - [EXPERIME…
121 file(APPEND ${OUTPUT_FILE} "<project>\n")
127 …if (${_work_mode} STREQUAL "C and CXX includes, defines in .settings with project defines - [EXPER…
128 …macros ${AUTOCONF_H} -E -P -v -dD "\${INPUTS}"\" store-entries-with-project=\"true\">\n")
130 …${COMMAND} \${FLAGS} -E -P -v -dD "\${INPUTS}"\" store-entries-with-project=\"true\">\n")
137 file(APPEND ${OUTPUT_FILE} "</project>\n")