Add Doxygen and Wget modules. Very simple. But might be more complex later, so let's use them asap

This commit is contained in:
Sebastien Barre 2001-10-23 17:06:19 -04:00
parent b48d9903f7
commit a9e376de1d
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#
# this module looks for Doxygen
#
FIND_PROGRAM(DOXYGEN
doxygen
)

7
Modules/FindWget.cmake Normal file
View File

@ -0,0 +1,7 @@
#
# this module looks for wget
#
FIND_PROGRAM(WGET
wget
)