vengi/tools/binary_to_compressed_c/CMakeLists.txt

8 lines
190 B
CMake

project(binary_to_compressed_c)
set(SRCS
binary_to_compressed_c.cpp
)
engine_add_executable(TARGET ${PROJECT_NAME} SRCS ${SRCS})
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER tools)