mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-30 22:01:00 +01:00
10 lines
146 B
CMake
10 lines
146 B
CMake
add_library(lzo2 STATIC
|
|
minilzo.c
|
|
)
|
|
dolphin_disable_warnings_msvc(lzo2)
|
|
|
|
target_include_directories(lzo2
|
|
PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|