TARGET_LINK_LIBRARIES(${CurrentExe} -framework Cocoa -framework Carbon)
> > seems to return this error: > > /usr/bin/ld: can't locate framework for: -framework -lCocoa > > is there something I need to do before that? > dave Sorry.... put them in double quotes. "-framework Cocoa" "-framework Carbon" should work. -Bill
that also returns the same error. dave
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
