add_library(
    lodepng
    lodepng.cpp
    lodepng.h
)

set_target_properties(lodepng PROPERTIES LINKER_LANGUAGE CXX)