summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/CMakeLists.txt
blob: 4952fce0bcfbaa743783d70c46454d5a454c24e4 (plain)
1
2
3
4
5
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Clist_modern)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} comctl32.lib UxTheme.lib)
add_subdirectory(icons_pack)