nzslc fixes

This commit is contained in:
SirLynix 2022-04-06 12:49:34 +02:00
parent 447cdfddc9
commit 6171125d21
2 changed files with 13 additions and 12 deletions

View File

@ -78,7 +78,7 @@ jobs:
# Build the engine # Build the engine
- name: Build Nazara - name: Build Nazara
run: xmake run: xmake -v
# Run unit tests # Run unit tests
- name: Run unit tests - name: Run unit tests

View File

@ -4,6 +4,7 @@ target("NazaraShaderCompiler")
set_group("Tools") set_group("Tools")
set_kind("binary") set_kind("binary")
set_basename("nzslc") set_basename("nzslc")
add_rpathdirs("$ORIGIN")
add_deps("NazaraShader") add_deps("NazaraShader")
add_packages("cxxopts", "fmt") add_packages("cxxopts", "fmt")