This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2019-04-02 22:57:36 +00:00
|
|
|
add_library(lodepng
|
2019-08-07 18:21:47 +00:00
|
|
|
lodepng/lodepng.cpp
|
|
|
|
lodepng/lodepng.h
|
2019-04-02 22:57:36 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
create_target_directory_groups(lodepng)
|
2019-08-07 18:21:47 +00:00
|
|
|
target_include_directories(lodepng INTERFACE lodepng)
|