X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=CMakeLists.txt;h=dbd4180d0cd793e32e52d2549261820d404857e7;hp=2e6b60c989bbf9efc503d5e52d9e1964800b7e45;hb=b64cd5a5ec09e6f051583371045ef7080c69b776;hpb=da829a43b9ab76ce8830bd83760e59f016787727 diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e6b60c..dbd4180 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6) project(opengl) set(CMAKE_BINARY_DIR "bin") set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}) -add_executable(main main.cpp) +add_executable(main main.cpp model.cpp) find_package(OpenGL REQUIRED) include_directories(${OPENGL_INCLUDE_DIRS})