diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2009-03-15 18:14:41 +0100 |
---|---|---|
committer | Dennis kasprzyk <onestone@compiz-fusion.org> | 2009-03-15 18:14:41 +0100 |
commit | 8d4371fb4f6711a0150989767a4a3769b556e8c4 (patch) | |
tree | 19ff6b2f8fd3611b55b22cbea61f904efec22f5e /CMakeLists.txt | |
parent | 0a706eae7476aed2abd7202f7064550bafbea829 (diff) | |
download | zcomp-8d4371fb4f6711a0150989767a4a3769b556e8c4.tar.gz zcomp-8d4371fb4f6711a0150989767a4a3769b556e8c4.tar.bz2 |
Use bcop in core.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4160954..078a148 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,6 @@ install ( ) add_subdirectory (cmake) -add_subdirectory (src) add_subdirectory (include) add_subdirectory (images) add_subdirectory (libdecoration) @@ -107,6 +106,7 @@ add_subdirectory (gtk) add_subdirectory (kde) add_subdirectory (po) add_subdirectory (metadata) +add_subdirectory (src) add_subdirectory (xslt) add_subdirectory (plugins) |