Ken Kopelson

Results 3 comments of Ken Kopelson

@Saidabbos Thanks for putting that up there. One problem, however, is you import "Vue" at the top, but then try to use the same identifier "Vue" in the namespace at...

It seems that you have this line in the root CMakeLists.txt file (line #41): ``` if(BUILD_UVW_SHARED_LIB) set(BUILD_UVW_LIBS BOOL:ON) endif() ``` This seems it could be wrong, since it will force...

As I perused through the CMakeLists.txt files, it appeared that an assumption was made that the uvw.lib file produced during STATIC library build is compatible with uvw.lib file produced during...