1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-04 03:17:30 +01:00

4 lines
179 B
CMake
Raw Normal View History

add_library(getopt STATIC getopt.cpp)
target_compile_definitions(getopt PRIVATE -DSTATIC_GETOPT -D_UNICODE)
2022-02-06 16:55:11 +01:00
target_include_directories(getopt PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})