Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
ExplicitCMakeLists.cmake
blob: 678b0ea9d2962430c07ca33ae09857fb025e08bf [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
add_executable
(
foo foo
.
cpp $
{
CMAKE_CURRENT_SOURCE_DIR
}/
CMakeLists
.
txt
)