1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-14 01:26:00 +01:00
strawberry-audio-player-win.../3rdparty/getopt/CMakeLists.txt
2022-02-06 17:29:07 +01:00

3 lines
107 B
CMake

add_library(getopt STATIC getopt.c)
target_include_directories(getopt PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})