[CMake] Find wxWidgets built through MSYS

2013-08-24 Thread Kirk Joppy
I am trying to build a project that uses wxWidgets. I'm using MinGW on a Windows7 system. I have compiled wxWidgets successfully - small test applications compile and run correctly. I did the build and installation through MSYS. The relevant results of this are 1. I have a Unix-like file tree for

[CMake] library link order

2013-08-24 Thread Andreas Naumann
Hello, I have cmake project, which tries to link against external libraries using target_link_libraries(myExec ${EXTERNAL_LIBS}) When compiling and linking the executable using make, I can see that some libraries are doubled in the link line, but not all. At the current stage, I think, that th