Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
UserScript
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Small dep management fix
crazy_things
Ludovic 'Archivist' Lagouardette
hace 1 año
padre
288d0b363b
commit
0a79fe2787
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
CMakeLists.txt
+ 1
- 0
CMakeLists.txt
Ver fichero
@ -22,6 +22,7 @@ include(Catch)
add_library
(
UserScript
STATIC
s
r
c
/
i
n
t
e
r
p
r
e
t
e
r
.
c
p
p
s
r
c
/
l
e
x
_
p
a
r
s
e
.
c
p
p
)
target_include_directories
(
UserScript
PUBLIC
include
)
add_executable
(
ushell
script_exe/main.cpp
)
target_link_libraries
(
ushell
PUBLIC
UserScript
)
Escribir
Vista previa
Cargando…
Cancelar
Guardar