Skip to content

Commit

Permalink
Added "all plugins in folder" example CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Kasprzyk committed Mar 16, 2009
1 parent 6e54681 commit aa6e764
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmake/all_plugins_in_folder_example-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
find_package (Compiz REQUIRED)

include (CompizCommon)
include (CompizPackage)

compiz_add_plugins_in_folder ("${CMAKE_SOURCE_DIR}")

compiz_print_configure_header ("Compiz")
compiz_print_plugin_stats ("${CMAKE_SOURCE_DIR}")
compiz_print_configure_footer ()

0 comments on commit aa6e764

Please sign in to comment.