mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
build: Get rid of pkgconfig as much as possible (#1517)
This commit is contained in:
@@ -7,8 +7,7 @@ if (NOT USE_SYSTEM_MINIAUDIO)
|
||||
set_target_properties(miniaudio PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
set(MINIAUDIO_LIBRARIES miniaudio)
|
||||
else()
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(miniaudio REQUIRED IMPORTED_TARGET miniaudio)
|
||||
find_package(miniaudio REQUIRED)
|
||||
endif()
|
||||
|
||||
add_imhex_plugin(
|
||||
|
||||
Reference in New Issue
Block a user