Home › Forums › Syphon › Syphon Implementations – User › Building a Syphon Cinder block application in Eclipse CDT › Reply To: Building a Syphon Cinder block application in Eclipse CDT
April 2, 2011 at 9:56 pm
#4689
Participant
Thanks, vade. After reading about frameworks, I realized that it is possible to link against them in Eclipse CDT. For the record: Project Properties->MacOS X C++ Linker ->Miscellaneous->Linker flags.
I only now need to teach it to compile .mm files (they come with the cinder block) together with the corresponding *.h files.
–8