complete rewrite
This commit is contained in:
parent
b60e3a0ef6
commit
8a717a2b2e
41 changed files with 2625 additions and 1255 deletions
9
engine/tools/CMakeLists.txt
Normal file
9
engine/tools/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
include(GNUInstallDirs)
|
||||
|
||||
macro(compile_tool name)
|
||||
file(GLOB ${name}_SRC ${name}/*.c)
|
||||
add_executable(${name} ${${name}_SRC})
|
||||
target_include_directories(${name} PRIVATE ../../external/stb)
|
||||
endmacro()
|
||||
|
||||
compile_tool(gb_dumpfont)
|
||||
Loading…
Add table
Add a link
Reference in a new issue