summaryrefslogtreecommitdiffstats
path: root/Tests/ConfigSources/CMakeLists.txt
blob: 68a4233dba4bbe3a32e69c915b90e2626c5a1475 (plain)
1
2
3
4
5
6
7
8
9

cmake_minimum_required(VERSION 3.0)

project(ConfigSources)

add_executable(ConfigSources
  $<$<CONFIG:Debug>:main.cpp>
  $<$<CONFIG:Release>:does_not_exist.cpp>
)