Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows release - static build #15

Open
gitrust opened this issue Jun 15, 2018 · 2 comments
Open

Windows release - static build #15

gitrust opened this issue Jun 15, 2018 · 2 comments

Comments

@gitrust
Copy link

gitrust commented Jun 15, 2018

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.

@thosakwe
Copy link
Owner

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()

@gitrust
Copy link
Author

gitrust commented Jun 22, 2018

Maybe this link can be of any help:

https://cmake.org/pipermail/cmake/2007-March/013315.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants