mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07: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}
|
|
)
|