mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-13 08:06:12 +01:00
Portable PixMap reader/writers for texconv (#180)
This commit is contained in:
@@ -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/*.*)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user