summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/CMakeLists.txt
blob: 7257ac2fed308110190d053870ffdd9e0c5ac0ec (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)