The Windows nmake build creates a libui.lib in the ui directory and a libuicli.lib that is linked into all interested executables, but the CMake build just compiles the same source files multiple times into each target directory, e.g. tap-expert.obj is in tshark.dir\RelWithDebInfo and tfshark.dir\RelWithDebInfo.
CMakeLists.txt should be adjusted to build and link these libraries. -- Graham Bloice
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
