Skip to content

Commit

Permalink
Fixed typo in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy authored Jun 16, 2016
1 parent 93bf92a commit c95d61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -90,4 +90,4 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/tb
PATTERN "*.txt" EXCLUDE
PATTERN "test files" EXCLUDE
PATTERN "*.h"
)
)

0 comments on commit c95d61d

Please sign in to comment.