Skip to content

[DONT-MERGE-YET] Remove unnecessary dependencies in CMake. #112

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions build/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ project(${name})
# Otherwise VCPKG does not set the CMAKE_PREFIX_PATH to find packages.
find_package(myci CONFIG REQUIRED)

find_package(ZLIB REQUIRED)
find_package(PNG REQUIRED)
find_package(JPEG REQUIRED)

set(srcs)
myci_add_source_files(srcs
DIRECTORY
Expand All @@ -29,14 +25,6 @@ myci_declare_library(${name}
utki
papki
r4
rasterimage
agg
mikroxml
cssom
svgdom
veg
EXTERNAL_DEPENDENCIES
ZLIB::ZLIB
PNG::PNG
JPEG::JPEG
)
Loading