You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
435 B
15 lines
435 B
CMake Error in CMakeLists.txt:
|
|
Target "somelib" has source files which vary by configuration. This is not
|
|
supported by the "[^"]+" generator.
|
|
|
|
Config "Debug":
|
|
|
|
.*/Tests/RunCMake/TargetSources/empty_1.cpp
|
|
.*/Tests/RunCMake/TargetSources/empty_2.cpp
|
|
.*/Tests/RunCMake/TargetSources/CMakeLists.txt
|
|
|
|
Config "Release":
|
|
|
|
.*/Tests/RunCMake/TargetSources/empty_1.cpp
|
|
.*/Tests/RunCMake/TargetSources/CMakeLists.txt
|