CMake is too complex and never works: simple Makefile + pkg-config is better. Anyway direct line to compile with success for me on Linux is: ``` g++ --std=c++11 -Wall -Wextra src/*.cpp `pkg-config --cflags --libs glm glew --static glfw3` -lGLEW -lglfw ```