Updated language gen tool to match vn scene gen style and rollup

This commit is contained in:
2023-02-18 09:57:13 -08:00
parent 3b3b97294c
commit 589a2c4c95
21 changed files with 556 additions and 194 deletions

View File

@ -8,7 +8,7 @@ if(NOT DEFINED DAWN_BUILD_TARGET)
if(WIN32)
set(DAWN_BUILD_TARGET "target-pokergame-win32-glfw")
elseif(UNIX AND NOT APPLE)
set(DAWN_BUILD_TARGET "target-pokergame-linux64-glfw")
set(DAWN_BUILD_TARGET "target-tictactoe-linux64-glfw")
endif()
endif()