cmake/Tests/RunCMake/VS10Project/SourceGroupCMakeLists.cmake

4 lines
119 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
set(CMAKE_CONFIGURATION_TYPES Debug)
add_custom_target(foo)
source_group("CMakeListsSourceGroup" FILES CMakeLists.txt)