|
@@ -11,7 +11,7 @@ include_directories(${FREETYPE_INCLUDE_DIRS})
|
|
|
link_libraries(${FREETYPE_LIBRARIES})
|
|
link_libraries(${FREETYPE_LIBRARIES})
|
|
|
endif (FREETYPE_FOUND)
|
|
endif (FREETYPE_FOUND)
|
|
|
|
|
|
|
|
-add_executable(fontgen fontgen/fontgen.cpp)
|
|
|
|
|
|
|
+#add_executable(fontgen fontgen/fontgen.cpp)
|
|
|
|
|
|
|
|
add_executable(resource-hash resource-compilers/resource-hash.cpp)
|
|
add_executable(resource-hash resource-compilers/resource-hash.cpp)
|
|
|
|
|
|
|
@@ -21,7 +21,7 @@ add_executable(lua-compiler resource-compilers/lua-compiler.cpp)
|
|
|
|
|
|
|
|
add_executable(resource-linker resource-compilers/resource-linker.cpp)
|
|
add_executable(resource-linker resource-compilers/resource-linker.cpp)
|
|
|
|
|
|
|
|
-target_link_libraries(fontgen crown)
|
|
|
|
|
|
|
+#target_link_libraries(fontgen crown)
|
|
|
|
|
|
|
|
target_link_libraries(resource-hash crown)
|
|
target_link_libraries(resource-hash crown)
|
|
|
|
|
|