Challanger524/ChernoOpenGL-CMake

Build: 1.make `Ninja` the main build tool and 2. add `set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "ON")` to clearly see compiler usage, 3.mind `toolset` set up for msvc

Closed this issue · 1 comments

Build: 1.make `Ninja` the main build tool and 2. add `set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "ON")` to clearly see compiler usage, 3.mind `toolset` set up for msvc

1 - done
3 - done via: "toolset": { "strategy": "external", "value": "host=x64" }

2 - betrayed