# # Build BlastUnitTests PS4 # SET(BLASTUNITTESTS_PLATFORM_COMMON_FILES ) SET(BLASTUNITTESTS_PLATFORM_INCLUDES ) SET(BLASTUNITTESTS_COMPILE_DEFS # Common to all configurations ${BLASTTESTS_SLN_COMPILE_DEFS} $<$:${BLASTTESTS_SLN_DEBUG_COMPILE_DEFS}> $<$:${BLASTTESTS_SLN_CHECKED_COMPILE_DEFS}> $<$:${BLASTTESTS_SLN_PROFILE_COMPILE_DEFS}> $<$:${BLASTTESTS_SLN_RELEASE_COMPILE_DEFS}> ) SET(BLASTUNITTESTS_PLATFORM_LINKED_LIBS -lpthread -lm ) IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") #Required to link against the Google Test binaries in pacman SET(BLASTUNITTESTS_PLATFORM_COMPILE_OPTIONS "-D_GLIBCXX_USE_CXX11_ABI=0") ENDIF()