Răsfoiți Sursa

Update tools/CMakeLists.txt

Daniele Bartolini 13 ani în urmă
părinte
comite
5438a5eefc
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      tools/CMakeLists.txt

+ 4 - 0
tools/CMakeLists.txt

@@ -13,6 +13,8 @@ endif (FREETYPE_FOUND)
 
 add_executable(fontgen fontgen/fontgen.cpp)
 
+add_executable(resource-hash resource-compilers/resource-hash.cpp)
+
 add_executable(txt-compiler resource-compilers/txt-compiler.cpp)
 add_executable(tga-compiler resource-compilers/tga-compiler.cpp)
 add_executable(script-compiler resource-compilers/script-compiler.cpp)
@@ -21,6 +23,8 @@ add_executable(resource-linker resource-compilers/resource-linker.cpp)
 
 target_link_libraries(fontgen crown)
 
+target_link_libraries(resource-hash crown)
+
 target_link_libraries(txt-compiler crown)
 target_link_libraries(tga-compiler crown)
 target_link_libraries(script-compiler crown)