Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CMakeListFileName
/
project
/
other.cmake
blob: b9bb06e6c649966de29b018b2914bc6c6aee6ef0 [
file
]
cmake_minimum_required
(
VERSION
3.31
)
project
(
test
)
message
(
STATUS
"Processing: other.cmake"
)
add_subdirectory
(
subdir
-
1
)
add_subdirectory
(
subdir
-
2
)