mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +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/)
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
|
||||||
add_subdirectory(rostests)
|
add_subdirectory(rostests)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
|
||||||
|
add_subdirectory(rosapps)
|
||||||
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue