mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 16:25:59 +02:00
Linux fixes, now using a IDEHelper_libs.txt file
This commit is contained in:
parent
f8b27c13a2
commit
672be8a8f7
6 changed files with 123 additions and 79 deletions
|
@ -34,6 +34,12 @@ add_definitions(
|
|||
-DBP_DYNAMIC
|
||||
)
|
||||
|
||||
INCLUDE(CheckIncludeFiles)
|
||||
CHECK_INCLUDE_FILES(backtrace.h HAVE_BACKTRACE_HEADERS)
|
||||
if (HAVE_BACKTRACE_HEADERS)
|
||||
add_definitions(-DBFP_HAS_BACKTRACE)
|
||||
endif ()
|
||||
|
||||
set (CMAKE_CXX_STANDARD 11)
|
||||
|
||||
if (${APPLE})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue