[CMake] getting rid of additional quotes in generated vcproj
PreprocessorDefines
erwin at erwincoumans.com
erwin at erwincoumans.com
Fri Aug 25 21:10:11 EDT 2006
Is there a way to get rid of the additional "
Given
ADD_DEFINITIONS(-DSN_TARGET_PS3)
Then cmake autogenerates:
PreprocessorDefinitions=","SN_TARGET_PS3","
I just want:
PreprocessorDefinitions="SN_TARGET_PS3"
Is there a template that I can edit to solve this, or does it require C/C++
modifications?
Thanks,
Erwin
More information about the CMake
mailing list