Portable PixMap reader/writers for texconv (#180)

This commit is contained in:
Chuck Walbourn
2020-06-04 20:07:21 -07:00
committed by GitHub
parent 09fc5fe957
commit 0539287324
10 changed files with 1232 additions and 497 deletions

View File

@@ -101,7 +101,10 @@ add_executable(texassemble Texassemble/texassemble.cpp)
target_link_libraries(texassemble ${PROJECT_NAME})
source_group(texassemble REGULAR_EXPRESSION Texassemble/*.*)
add_executable(texconv Texconv/texconv.cpp)
add_executable(texconv
Texconv/texconv.cpp
Texconv/ExtendedBMP.cpp
Texconv/PortablePixMap.cpp)
target_link_libraries(texconv ${PROJECT_NAME})
source_group(texconv REGULAR_EXPRESSION Texconv/*.*)