diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-20 13:57:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-20 13:57:39 -0600 |
commit | 98ead41b56d43b01c980a017949d351581769d29 (patch) | |
tree | e3b0326666fb1d434fa315cb16aa19a6771daaf3 /twin/CMakeLists.txt | |
parent | d160a6fc0101dd094195f8d0782e8aefcf94d376 (diff) | |
download | tdebase-98ead41b56d43b01c980a017949d351581769d29.tar.gz tdebase-98ead41b56d43b01c980a017949d351581769d29.zip |
Add suspend/resume support for twin managed applications
Diffstat (limited to 'twin/CMakeLists.txt')
-rw-r--r-- | twin/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twin/CMakeLists.txt b/twin/CMakeLists.txt index cfdcf5e18..aa9f41057 100644 --- a/twin/CMakeLists.txt +++ b/twin/CMakeLists.txt @@ -13,6 +13,7 @@ project( twin ) add_subdirectory( lib ) add_subdirectory( killer ) +add_subdirectory( resumer ) add_subdirectory( kcmtwin ) add_subdirectory( pics ) add_subdirectory( clients ) |