mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[ROSAPPS]
Add rosapps to build. svn path=/trunk/; revision=54243
This commit is contained in:
parent
3ed5f76537
commit
3361be2360
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@
|
|||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
|
||||
add_subdirectory(rostests)
|
||||
endif()
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
|
||||
add_subdirectory(rosapps)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue