[Cmake] Library path question

Cody Batt cody at accessdata . com
Fri, 21 Mar 2003 16:55:47 -0700


This is another newbie question... I've set LIBRARY_OUTPUT_PATH to some 
path we'll call LIB_DIR.   I've included LIB_DIR in LINK_DIRECTORIES.  
This works just fine on Linux, but on Windows my library file is built 
in LIB_DIR/Debug or LIB_DIR/Release depending on the active 
configuration, so linking fails.  In the msvc project settings I can see 
that LIB_DIR was included in the library path.  How can I get cmake to 
put in the correct library path?  Thanks in advance,

Cody