# HG changeset patch # User Kelly Wilson # Date 1240432856 21600 # Node ID 6af2359b433ac53998952f77ede94c5681732674 # Parent 9014d7f0433fc7b22b7434c2a810c05b19aad253 Change needed for mingw diff -r 9014d7f0433f -r 6af2359b433a CMakeLists.txt --- a/CMakeLists.txt Wed Apr 22 03:08:28 2009 +0200 +++ b/CMakeLists.txt Wed Apr 22 14:40:56 2009 -0600 @@ -217,7 +217,7 @@ # LDFLAGS should actually be in target property LINK_FLAGS, but this works, and gets around linking problems target_link_libraries(${LDC_EXE} "${LLVM_LDFLAGS} ${LLVM_LIBS}" ${LIBCONFIG_LDFLAGS}) if(WIN32) - target_link_libraries(${LDC_EXE} psapi) + target_link_libraries(${LDC_EXE} config++ imagehlp psapi) set(CONF_INST_DIR bin) endif(WIN32)