~kelemeng/compiz-core/bug780505

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

Fix for https://bugs.launchpad.net/compiz-plugins-extra/+bug/929449 and failing tests in package build

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
add_subdirectory( point )
9
9
add_subdirectory( rect )
10
10
add_subdirectory( window )
 
11
 
 
12
IF (COMPIZ_BUILD_TESTING)
11
13
add_subdirectory( privatescreen )
12
 
 
13
 
IF (COMPIZ_BUILD_TESTING)
14
14
add_subdirectory( wrapsystem/tests )
15
15
add_subdirectory( plugin )
16
16
add_subdirectory( option/tests )