Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
Added WinMM library
Required for high resolution timer
pull/832/head
Ray
hace 6 años
padre
f6d1ffd4cd
commit
4773de26a5
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/external/glfw/CMakeLists.txt
+ 1
- 1
src/external/glfw/CMakeLists.txt
Ver fichero
@ -190,7 +190,7 @@ endif()
#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
if
(
_GLFW_WIN32
)
list
(
APPEND
glfw_PKG_LIBS
"-lgdi32"
)
list
(
APPEND
glfw_PKG_LIBS
"-lgdi32
-lwinmm
"
)
if
(
GLFW_USE_HYBRID_HPG
)
set
(
_GLFW_USE_HYBRID_HPG
1
)
Escribir
Vista previa
Cargando…
Cancelar
Guardar