Hi Gerrit,

Gerrit Voss schrieb:
> Hi,
>
> short question, Visual Studio does not seem to pick up command line
> define changes (from cmake) automatically. Is there anyway to force it
> through cmake to do so ?
>
> thanks & kind regards,
>   gerrit
>   
If you want to change defines within project scope one option is to use 
SET_TARGET_PROPERTIES like this (BuildFunctions.cmake -> build lib section)

SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES
            COMPILE_FLAGS ${NEW_OSG_FLAGS}


Cheers,
Christoph

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Opensg-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-core

Reply via email to