1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-01 18:16:45 +01:00

3 lines
107 B
CMake
Raw Normal View History

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