mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-10 08:40:43 +01:00
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})
|