This commit is contained in:
Nishi 2026-01-12 06:36:56 +09:00
commit 0b4fe56185
Signed by: nishi
GPG key ID: 27EF69B208EB9343
16 changed files with 15 additions and 5 deletions

View file

@ -14,5 +14,4 @@ file(GLOB lz4_SRC ../lz4/*.c)
compile_tool(gs_dumpfont)
compile_tool(gs_makepak)
target_include_directories(gs_makepak PRIVATE ../lz4)
target_sources(gs_makepak PRIVATE ${lz4_SRC})
target_link_libraries(gs_makepak PRIVATE lz4)