diff options
author | Aki <please@ignore.pl> | 2023-03-13 23:45:19 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-04-05 19:40:50 +0200 |
commit | 2eb16e16e7c7698d0ede2dcc9efa1fea9e57c588 (patch) | |
tree | 86dcbb60044238c2794d592e4a6e99994a2b4678 | |
parent | f2bb61bce004163aacd1aad390f0eabfb5db9963 (diff) | |
download | kurator-2eb16e16e7c7698d0ede2dcc9efa1fea9e57c588.zip kurator-2eb16e16e7c7698d0ede2dcc9efa1fea9e57c588.tar.gz kurator-2eb16e16e7c7698d0ede2dcc9efa1fea9e57c588.tar.bz2 |
Add raylib specific options
-rw-r--r-- | contrib/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 97b0708..faee8bf 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -1,6 +1,8 @@ set(BUILD_SHARED_LIBS No) set(BUILD_GMOCK No) set(INSTALL_GTEST No) +set(USE_EXTERNAL_GLFW Off) +set(OpenGL_GL_PREFERENCE GLVND) add_subdirectory(imgui) FetchContent_Declare( EnTT |