[Cmake] Library path question
Cody Batt
cody at accessdata.com
Fri Mar 21 18:55:47 EST 2003
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
More information about the CMake
mailing list