summaryrefslogtreecommitdiffstats
path: root/keduca/CMakeLists.txt
blob: da35483b3269a2f07f9efa8939f397ed8fe2fdbd (plain)
1
2
3
4
5
6
7
8
9
add_subdirectory( libkeduca     )
add_subdirectory( keduca        )
add_subdirectory( keducabuilder )
add_subdirectory( resources     )

install(
    PROGRAMS keduca-shrinker
    DESTINATION ${BIN_INSTALL_DIR}
)