[CMake] Use FIND_LIBRARY to search & link for an executable?

Bill Hoffman bill.hoffman at kitware.com
Fri Sep 18 08:28:26 EDT 2009


If the executable exports symbols, it should create an import .lib file, 
and find_library should be able to find it.  You can not link to a .exe 
file.

-Bill


More information about the CMake mailing list