Skip to content
CMakeLists.txt 130 B
Newer Older
set (_headers
    decoration.h
)

install (
    FILES ${_headers}
smspillaz's avatar
smspillaz committed
    DESTINATION ${includedir}/compiz
)

add_subdirectory (core)