I have been trying to build Box2d with Cmake on Windows. This is the first time I attempt something like this, so I followed a tutorial. However, when I clicked on 'configure' it started working until it showed me this error message:
"You have called ADD_LIBRARY for library glfw without any source files. This typically indicates a problem with your CMakeLists.txt file".
I searched about this error on google, but I didn't find anyone with the same problem. Does anyone know how I can fix this?
EDIT: The versions are:
Cmake: 3.5.2
Box2d: It doesn't say. How can I tell?