Skip to content

Commit

Permalink
Fixed cmake file
Browse files Browse the repository at this point in the history
Added back raw converter. It defaults to using the raw to png source
file.
  • Loading branch information
sbrkopac committed Nov 10, 2016
1 parent 854624f commit 9ee0c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -7,6 +7,6 @@ file (GLOB_RECURSE UTILS_SOURCE "source/utils/*.cpp")
include_directories ("source")

add_executable (asp2obj "source/tools/asp2obj/asp2obj.cpp" ${SIEGE_SOURCE} ${UTILS_SOURCE})
# add_executable (raw2x "source/tools/raw2x/raw2x.cpp" ${SIEGE_SOURCE} ${UTILS_SOURCE})
add_executable (raw2x "source/tools/raw2x/raw2x_base.cpp" "source/tools/raw2x/raw2png.cpp" ${SIEGE_SOURCE} ${UTILS_SOURCE})
add_executable (sno2obj "source/tools/sno2obj/sno2obj.cpp" ${SIEGE_SOURCE} ${UTILS_SOURCE})
add_executable (tankdump "source/tools/tankdump/tankdump.cpp" ${SIEGE_SOURCE} ${UTILS_SOURCE})

0 comments on commit 9ee0c12

Please sign in to comment.