mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-02 19:11:33 +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}
|
|
)
|