rbetik12 / FallingSand

Falling sand game wrote with C and GLFW/Glad as university low level course assignment
2 stars 0 forks source link

lib/glfw and lib/vx-sound is empty. it seems like git doesn't clone those directories #1

Open bank2014 opened 2 years ago

bank2014 commented 2 years ago

CMake Error at CMakeLists.txt:15 (add_subdirectory): The source directory

C:/Users/kim/source/repos/FallingSand/lib/glfw

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:16 (add_subdirectory): The source directory

C:/Users/kim/source/repos/FallingSand/lib/vx-sound

does not contain a CMakeLists.txt file.

rbetik12 commented 2 years ago

Did you clone repo with --recursive flag?

bank2014 commented 2 years ago

Oh .. I didn't know that

rbetik12 commented 2 years ago

If you has already cloned it, you can update submodules with git submodule update --init it will download the dependencies