|
|
@@ -21,7 +21,7 @@ endif()
|
|
21
|
21
|
|
|
22
|
22
|
include_directories("${PROJECT_BINARY_DIR}")
|
|
23
|
23
|
|
|
24
|
|
-add_definitions(-DSLOP_VERSION="v6.3.42")
|
|
|
24
|
+add_definitions(-DSLOP_VERSION="v6.3.43")
|
|
25
|
25
|
|
|
26
|
26
|
# The names have to be unique unfortunately.
|
|
27
|
27
|
set(EXECUTABLE_NAME "slop")
|
|
|
@@ -33,7 +33,7 @@ add_library(${LIBRARY_NAME} SHARED src/mouse.cpp
|
|
33
|
33
|
src/slopstates.cpp
|
|
34
|
34
|
src/framebuffer.cpp
|
|
35
|
35
|
src/resource.cpp
|
|
36
|
|
- src/gl_core_3_3.c
|
|
|
36
|
+ src/gl_core_3_0.c
|
|
37
|
37
|
src/shader.cpp
|
|
38
|
38
|
src/window.cpp
|
|
39
|
39
|
src/slop.cpp
|