mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
9 lines
146 B
CMake
9 lines
146 B
CMake
add_library(lzo2 STATIC
|
|
minilzo.c
|
|
)
|
|
dolphin_disable_warnings_msvc(lzo2)
|
|
|
|
target_include_directories(lzo2
|
|
PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|