mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-11 08:15:30 +01:00
1d3223e9c6
Fixes #1191
4 lines
179 B
CMake
4 lines
179 B
CMake
add_library(getopt STATIC getopt.cpp)
|
|
target_compile_definitions(getopt PRIVATE -DSTATIC_GETOPT -D_UNICODE)
|
|
target_include_directories(getopt PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|