kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
new fixes 2
rodzic
16098ba717
commit
31b7d97097
|
@ -10,6 +10,10 @@ else()
|
||||||
endif (MSVC)
|
endif (MSVC)
|
||||||
add_definitions(-DSDRPP_IS_CORE)
|
add_definitions(-DSDRPP_IS_CORE)
|
||||||
|
|
||||||
|
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||||
|
include_directories("/usr/include")
|
||||||
|
endif()
|
||||||
|
|
||||||
# Set the install prefix
|
# Set the install prefix
|
||||||
add_compile_definitions(INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")
|
add_compile_definitions(INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue