DemoGallery
This commit is contained in:
@@ -23,3 +23,10 @@ set_property(TARGET YSGraphic_Core PROPERTY AUTORCC ON)
|
||||
|
||||
target_link_libraries(YSGraphic_Core PUBLIC ${Core})
|
||||
|
||||
|
||||
set(dir "${CMAKE_CURRENT_LIST_DIR}/DemoGallery")
|
||||
file(GLOB_RECURSE srcs "${dir}/*.c" "${dir}/*.cpp" "${dir}/*.h" "${dir}/*.hpp")
|
||||
add_executable(DemoGallery ${srcs})
|
||||
target_link_libraries(DemoGallery PUBLIC YSGraphic_Core)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user