t2b
t2b copied to clipboard
Windows release - static build
Hi Tobe,
I have experienced an error executing t2b.exe in Windows because MSVCP140.dll is missing.
Building a Windows release with statically linked libraries would be appreciated.
Sounds good, as long as I can figure out how to link that in CMake. Maybe something like:
if (${WINDOWS})
target_link_libraries(t2b MSVCP14.dll)
endif()
Maybe this link can be of any help:
https://cmake.org/pipermail/cmake/2007-March/013315.html