1
0
Fork 0
mirror of https://github.com/citra-emu/citra-nightly.git synced 2025-03-07 20:19:40 +00:00
citra-nightly/externals/lodepng/CMakeLists.txt

8 lines
163 B
CMake
Raw Normal View History

add_library(lodepng
lodepng/lodepng.cpp
lodepng/lodepng.h
)
create_target_directory_groups(lodepng)
target_include_directories(lodepng INTERFACE lodepng)