Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projects | Alex Neundorf | 2011-10-01 | 1 | -1/+3 |
| | | | | | | | CMAKE_CXX/C_COMPILER_ARG1 have to be used for finding the include dirs and builtin macros, so Eclipse can do code completion Alex | ||||
* | Also put builtin include dirs into CodeBlocks project file | Alex Neundorf | 2011-08-01 | 1 | -0/+118 |
Refactor code from CMakeFindEclipseCDT4.cmake so it can be used alkso for CodeBlocks, and move it into new file CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake. Alex |