mirror of
https://github.com/revanced/aapt2.git
synced 2025-01-30 04:17:34 +01:00
8 lines
226 B
CMake
8 lines
226 B
CMake
|
add_library(libpackagelistparser STATIC
|
||
|
${SRC}/core/libpackagelistparser/packagelistparser.cpp
|
||
|
)
|
||
|
|
||
|
target_include_directories(libpackagelistparser PRIVATE
|
||
|
${SRC}/core/libpackagelistparser/include
|
||
|
${SRC}/logging/liblog/include
|
||
|
)
|