hi all,
I want to know which is the proper way of generating/using the CMake generated
VS2008 project files.
I've downloaded the OpenGL samples pack from G-TRUC.NET. In order to not hassle
with include files, dependencies etcc.. from forums I've been instructed to use
the CMake to generate the working projects of VisualC++.
CMake generated the projects in folder "samples/(****project_name.vcproj" ) as
expected but when I attempt to open any individual project, VS2008 IDE loads
all of them (in Solution Explorer) and any attempt to load/build individual
projects results in whole projects bundle compilation. And compiler comlains
about :
13>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other
libs; use /NODEFAULTLIB:library
Error 1 error PRJ0019: A tool returned an error code from DATA_COPY DATA_COPY
I'm not familiar with the CMake so don't know exactly how to construe the
bundled set,
any help in advance will be appreciated.
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake