[CMake] Paths to output executable/library directories
M S
nsm553 at hotmail.com
Mon Oct 10 12:47:03 EDT 2005
Hi,
I am calling cmake by passing a customized cache file. The cache file has
commands for setting the path of output directories (binary & executable)
SET(LIBRARY_OUTPUT_PATH "C:/Workspace/HelloWorld/debug/lib")
SET(EXECUTABLE_OUTPUT_PATH "C:/Workspace/HelloWorld/debug/bin")
But both the entries CMakeCache.txt file have no values set, hence when make
is run, exe's and dll's are not saved in the appropriate directories. Can
some one point which variables need to be set to get this working.
Also, how to set the dependencies
//Dependencies for target
Hello_LIB_DEPENDS:STATIC=
Thanks for your time
-MS
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
More information about the CMake
mailing list