I've tried:
SET (CMAKE_SHARED_LINKER_FLAGS
"${CMAKE_SHARED_LINKER_FLAGS} /DELAYLOAD:dnssd.dll"
)
and
SET_TARGET_PROPERTIES (${MY_PROJECT} PROPERTIES
LINK_FLAGS "/DELAYLOAD:dnssd.dll"
)
and after I build the project in Visual Studio 2005, I am greeted with the
dialog that says dnssd.dll is required.
This does not happen when building the project with nmake, the executable
runs just fine.
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake