Skip to content

Draft: Update CMakeLists.txt for windows build. yml file to build Starter on Windows added.

Aya Yoshimura requested to merge ayaosl/starter:windows-cmake into main

Updated CMakeLists.txt for Windows build.

The changes are based on the other MR !13 (closed). Moved most of the compiler options out of CMakeLists.txt. The options to be supplied as cmake command arguments. Simplified changes by only supporting MSVC v140.

The file to show how it can be built on Windows is added.

The yml file which builds Starter.exe using windows shared runner is added.

Merge request reports