Closed tigrazone closed 2 months ago
you can refer this commit, add library to vcpkg_xxx.sh/bat, add the requirement in cmakelist.txt, then build all platforms or use marco to divide.
one more question. where you check(URL of page) name of package?
Hmm work strange
vcpkg install nativefiledialog-extended
Computing installation plan...
error: while looking for nativefiledialog-extended:x64-windows:
C:\msys64\home\user\from-git\gkNextRenderer-my-private\build\vcpkg.windows\ports\nativefiledialog-extended: error: nativefiledialog-extended does not exist
you use general windows environment or mingw?
I use VS, for windows. Mingw is work with issues for me and I dont want to use it now with gkNextRenderer
I used mingw before often and I have as usual folders structure like C:\msys64\home\user\from-git\ But with gkNextRenderer I use VS
the vcpkg.bat should be execute from general console of windows, mingw env may failed? I didn't try it
I use cmd.exe I dont use mingw now Yes, it is general console of windows
I want to add nativefiledialog-extended. What to do and which files I must to change and how? Thank you