More changes for debian build
This commit is contained in:
@@ -94,6 +94,7 @@ target_link_libraries(couchlib OpenGL::GL)
|
||||
target_link_libraries(couchlib GLEW::GLEW)
|
||||
if (LUA_ENABLED)
|
||||
target_link_libraries(couchlib_luascripting ${LUA_LIBRARIES})
|
||||
target_include_directories(couchlib_luascripting PRIVATE "${LUA_INCLUDE_DIR}")
|
||||
endif ()
|
||||
target_link_libraries(couchlib ${BULLET_LIBRARIES})
|
||||
target_link_libraries(couchlib ${ASSIMP_LIBRARY})
|
||||
|
||||
@@ -10,7 +10,7 @@ void Window::Init() {
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3);
|
||||
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
|
||||
glfwWindowHint(GLFW_FLOATING, GLFW_TRUE);
|
||||
#if GLFW_VERSION_MINOR >= 2
|
||||
#if GLFW_VERSION_REVISION >= 2
|
||||
glfwWindowHintString(GLFW_X11_CLASS_NAME, "Couch");
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user