mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-12 11:20:46 +02: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}
|
|
)
|