Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
VS10Project
/
SourceGroupCMakeLists.cmake
blob: 4ad87ec8d5957b6f272414ce084f6f2998adf6fe [
file
]
set
(
CMAKE_CONFIGURATION_TYPES
Debug
)
add_custom_target
(
foo
)
source_group
(
"CMakeListsSourceGroup"
FILES
CMakeLists
.
txt
)