mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
[ROSAPPS] Exclude the templates from compilation by default.
This commit is contained in:
parent
49ceac2efc
commit
1103104227
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ add_subdirectory(demos)
|
|||
add_subdirectory(drivers)
|
||||
add_subdirectory(include)
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(templates)
|
||||
|
||||
if(ENABLE_ROSAPPS_TEMPLATES)
|
||||
add_subdirectory(templates)
|
||||
endif()
|
||||
|
||||
list(APPEND ROSAPPS_INF_FILES rosapps_shortcuts.inf)
|
||||
|
||||
|
|
Loading…
Reference in a new issue