CMakeLists.txt 105 B

123
  1. add_library(lodepng lodepng.cpp)
  2. target_include_directories (lodepng PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})