new fixes 2

This commit is contained in:
Ryzerth 2021-04-18 04:15:31 +02:00
parent 16098ba717
commit 31b7d97097

View File

@ -10,6 +10,10 @@ else()
endif (MSVC)
add_definitions(-DSDRPP_IS_CORE)
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
include_directories("/usr/include")
endif()
# Set the install prefix
add_compile_definitions(INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")