|
|
@@ -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)
|