Hi Carsten

Carsten Neumann schrieb:
> I'm sorry, I'm not sure I understand the problem (I don't use windows 
> much, so please help me out here).
> The project files and how cmake generates them is something I've treated 
> as a  black box so far. If there is a way to make them more useful I'm 
> more than happy to make some changes or apply patches.
>   
Within the Visual Studio projects shown in the VS gui only the .cpp 
files are present. You have the following line in BuildFunctions.cmake:

ADD_LIBRARY(${PROJECT_NAME} ${${PROJECT_NAME}_SRC})

By changing this line to

ADD_LIBRARY(${PROJECT_NAME} ${${PROJECT_NAME}_SRC} 
${${PROJECT_NAME}_HDR} ${${PROJECT_NAME}_INL})

one has the .h and .inl within the projects (and within the VS gui) as well.

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