updated build system
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
if(PROJECT_ENABLE_BACKWARD_CPP AND PROJECT_BUILD)
|
||||
add_definitions(-DPROJECT_ENABLE_BACKWARD_CPP)
|
||||
|
||||
if(PROJECT_IS_MINGW)
|
||||
link_libraries(msvcr90)
|
||||
|
||||
add_definitions(-DPROJECT_ENABLE_BACKWARD_CPP)
|
||||
else()
|
||||
link_libraries(bfd)
|
||||
add_definitions(-DBACKWARD_HAS_BFD)
|
||||
|
Reference in New Issue
Block a user