Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
422c1de564cec5689de052d5eb0c2ddd7065833c
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
ExplicitCMakeLists.cmake
blob: 678b0ea9d2962430c07ca33ae09857fb025e08bf [
file
]
enable_language
(
CXX
)
add_executable
(
foo foo
.
cpp $
{
CMAKE_CURRENT_SOURCE_DIR
}/
CMakeLists
.
txt
)