You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
project( kate )
|
|
|
|
add_subdirectory( utils )
|
|
add_subdirectory( interfaces )
|
|
add_subdirectory( app )
|
|
add_subdirectory( data )
|
|
add_subdirectory( pics )
|
|
|
|
|
|
##### install import cmake modules ###############
|
|
|
|
tde_install_export( )
|