mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 04:25:46 -04:00
Initial commit
This commit is contained in:
8
dep/glad/CMakeLists.txt
Normal file
8
dep/glad/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
set(SRCS
|
||||
src/glad.c
|
||||
)
|
||||
|
||||
add_library(glad ${SRCS})
|
||||
target_include_directories(glad PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
target_include_directories(glad INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
target_link_libraries(glad Threads::Threads "${CMAKE_DL_LIBS}")
|
Reference in New Issue
Block a user