添加壁纸功能
This commit is contained in:
14
src/renderer/CMakeLists.txt
Normal file
14
src/renderer/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
set(LIB_RENDERER "zswm-renderer")
|
||||
set(LIB_RENDERER_NAME ${LIB_RENDERER} PARENT_SCOPE)
|
||||
|
||||
add_library(${LIB_RENDERER} STATIC image.c)
|
||||
target_include_directories(${LIB_RENDERER} SYSTEM
|
||||
PRIVATE ${RENDERER_INCLUDE_DIRS}
|
||||
)
|
||||
target_include_directories(${LIB_RENDERER}
|
||||
PRIVATE "${CMAKE_SOURCE_DIR}/include"
|
||||
)
|
||||
|
||||
target_link_libraries(${LIB_RENDERER}
|
||||
PRIVATE ${RENDERER_LIBRARIES}
|
||||
)
|
||||
Reference in New Issue
Block a user