Add CMake function for configuring tests

This commit is contained in:
Drew DeVault 2016-06-16 08:59:47 -04:00
parent 0e5e2700e5
commit f05fd97859
2 changed files with 46 additions and 0 deletions

View file

@ -72,6 +72,7 @@ endif()
include(FeatureSummary)
include(Manpage)
include(Test)
include(GNUInstallDirs)
if (enable-gdk-pixbuf)