MapLinearizabilityTest now uses SimpleRelaxed map by default
[junction.git] / samples / MapLinearizabilityTest / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.8.5)
2
3 get_filename_component(SAMPLE_NAME ${CMAKE_CURRENT_SOURCE_DIR} NAME)
4 if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
5     # CMAKE_CONFIGURATION_TYPES only reliable if set before project(), and not from an include file
6     set(CMAKE_CONFIGURATION_TYPES "Debug;RelWithAsserts;RelWithDebInfo" CACHE INTERNAL "Build configs")
7     project(${SAMPLE_NAME})
8 endif()    
9
10 set(JUNCTION_USERCONFIG "junction_userconfig.h.in" CACHE STRING "Custom config for ${SAMPLE_NAME}")
11 include(../AddSample.cmake)