Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 5457e21c rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Fit in one screen

parent f9c54f36
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!75Resolve "Stickers in lkt"
...@@ -82,20 +82,21 @@ mthread_deps = [ declare_dependency( link_with: static_library( 'mthread' ...@@ -82,20 +82,21 @@ mthread_deps = [ declare_dependency( link_with: static_library( 'mthread'
, include_directories: includes , include_directories: includes
, dependencies: [ common_deps ] ) ] , dependencies: [ common_deps ] ) ]
generated_deps = [ declare_dependency( link_with: static_library( 'generated' generated_deps = [ declare_dependency(
, [ custom_target( 'sqlinit' link_with: static_library( 'generated'
, output: 'sqlinit.c' , [ custom_target( 'sqlinit'
, input: 'src/database/disk.sql' , output: 'sqlinit.c'
, command: [ find_program('xxd'), '-i', '@INPUT@', '@OUTPUT@' ] ) ] , input: 'src/database/disk.sql'
, [ custom_target( 'sqlmemory' , command: [ find_program('xxd'), '-i', '@INPUT@', '@OUTPUT@' ] ) ]
, output: 'sqlmemory.c' , [ custom_target( 'sqlmemory'
, input: 'src/database/memory.sql' , output: 'sqlmemory.c'
, command: [ find_program('xxd'), '-i', '@INPUT@', '@OUTPUT@' ] ) ] , input: 'src/database/memory.sql'
, [ custom_target( 'manpath' , command: [ find_program('xxd'), '-i', '@INPUT@', '@OUTPUT@' ] ) ]
, output: 'manpath.c' , [ custom_target( 'manpath'
, input: 'meson.build' , output: 'manpath.c'
, command: [ find_program('sh'), '-c', 'echo \'const char *man_executable_path = "\'"$(which man)"\'";\' > @OUTPUT@' ] ) ] ) , input: 'meson.build'
) ] , command: [ find_program('sh'), '-c', 'echo \'const char *man_executable_path = "\'"$(which man)"\'";\' > @OUTPUT@' ] ) ] )
) ]
lib = static_library( 'lektor' lib = static_library( 'lektor'
, files(core_sources) , files(core_sources)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter