Skip to content

Mes0903/GAMES101-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAMES101-Windows

GAMES101 作業的 windows 環境,使用 msvc 與 CMake 進行建置

How to build?

git clone https://github.com/Mes0903/GAMES101-Windows.git
cd GAMES101-Windows
git submodule init
git submodule update
mkdir build && cd build
cmake ..
cmake --build . --config Release --target ALL_BUILD -j 8

目前 Debug 的情況尚有未知原因導致無法建置

已實作

  • HW0
  • HW1
  • HW2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published