Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
RunCMake
/
include
/
CMP0024-WARN.cmake
blob: f267a5ab216084dc697013a9b5039d4e229a8f73 [
file
] [
log
] [
blame
]
cmake_policy
(
VERSION
2.8
.
12
)
# Leave CMP0024 unset.
enable_language
(
CXX
)
add_library
(
foo SHARED empty
.
cpp
)
add_subdirectory
(
subdir1
)
add_subdirectory
(
subdir2
)