mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Add the AHK tests as an optional module.
ONLINE-567 svn path=/trunk/; revision=71288
This commit is contained in:
parent
c716950d97
commit
da19f382ab
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpapers/)
|
|||
add_subdirectory(wallpapers)
|
||||
endif()
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/AHK_Tests/)
|
||||
add_subdirectory(AHK_Tests)
|
||||
endif()
|
||||
|
||||
|
||||
## Extra files for Boot/Live/Hybrid CD. You need to put them under [boot|live|hybrid]cd_extras
|
||||
## in the same layout as you want them to be in the CD.
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/bootcd_extras/)
|
||||
|
|
Loading…
Reference in a new issue