Hello,
I have a little question concerning usage of cmake.
I am using cmake to generate visual studio 8.0 makefiles. Currently the sources
per project are displayed in two sections in VS in a Header and Source section.
Now my question:
Can I define a own section structure where the sources shou
Hello,
I am using CMake 2.4 patch 6 under Windows to generate makefiles for VS8.
I am trying to set LINK_DIRECTORIES depending on the optimized or debug build
of the project. I have not found a way to do this.
my link libraries are under PATH/debug/*.lib and PATH/release/*.lib and have
the same