diff --git a/CMakeLists.txt b/CMakeLists.txt index f46dbba1..51e49f4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ if(TB_FONT_RENDERER_STB) set(TB_FONT_RENDERER_STB_CONFIG "#define TB_FONT_RENDERER_STB") endif() if(TB_IMAGE_LOADER_STB) - set(TB_IMAGE_LOADER_STB_CONFIG "#define TB_FONT_RENDERER_STB") + set(TB_IMAGE_LOADER_STB_CONFIG "#define TB_IMAGE_LOADER_STB") endif() if(TB_RENDERER_BATCHER) set(TB_RENDERER_BATCHER_CONFIG "#define TB_RENDERER_BATCHER") @@ -90,4 +90,4 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/tb PATTERN "*.txt" EXCLUDE PATTERN "test files" EXCLUDE PATTERN "*.h" -) \ No newline at end of file +)