diff -r dff37ac61dcf -r 5c0479d0ed5b project_files/hwc/CMakeLists.txt --- a/project_files/hwc/CMakeLists.txt Sun Aug 25 23:43:46 2019 +0300 +++ b/project_files/hwc/CMakeLists.txt Sun Aug 25 19:39:29 2019 -0600 @@ -1,6 +1,5 @@ #the usual set of dependencies find_package(OpenGL REQUIRED) -find_package(GLEW REQUIRED) find_package(SDL2 REQUIRED) find_package(SDL2_mixer 2 REQUIRED) find_package(SDL2_net 2 REQUIRED) @@ -8,7 +7,6 @@ find_package(SDL2_ttf 2 REQUIRED) #compile our rtl implementation -include_directories(${GLEW_INCLUDE_DIR}) include_directories(${CMAKE_CURRENT_SOURCE_DIR}/rtl) include_directories(${PHYSFS_INCLUDE_DIR}) include_directories(${PHYSLAYER_INCLUDE_DIR}) @@ -115,7 +113,6 @@ ${SDL2_NET_LIBRARIES} ${SDL2_IMAGE_LIBRARIES} ${SDL2_TTF_LIBRARIES} - ${GLEW_LIBRARY} physfs physlayer m