Add Doxygen and Wget modules. Very simple. But might be more complex later, so let's use them asap
This commit is contained in:
parent
b48d9903f7
commit
a9e376de1d
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# this module looks for Doxygen
|
||||
#
|
||||
|
||||
FIND_PROGRAM(DOXYGEN
|
||||
doxygen
|
||||
)
|
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# this module looks for wget
|
||||
#
|
||||
|
||||
FIND_PROGRAM(WGET
|
||||
wget
|
||||
)
|
Loading…
Reference in New Issue