Last active
September 10, 2019 11:45
-
-
Save metaplus/d6c1d76d33eec9d4032bd5c131eb5db4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set(VCPKG_TARGET_ARCHITECTURE x64) | |
| set(VCPKG_CRT_LINKAGE dynamic) | |
| set(VCPKG_LIBRARY_LINKAGE static) | |
| set(VCPKG_CXX_FLAGS "-std=c++17") | |
| set(VCPKG_C_FLAGS "") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment