updated cmake to include library for Windows demangling
parent
d05279ee5e
commit
25bf695b77
|
@ -172,6 +172,10 @@ if(WIN32) # Add 'lib' prefix to static library to avoid filename collision with
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(WIN32) # library to help with demangling variable names on Windows
|
||||||
|
target_link_libraries(gtsam PRIVATE Dbghelp)
|
||||||
|
endif()
|
||||||
|
|
||||||
install(
|
install(
|
||||||
TARGETS gtsam
|
TARGETS gtsam
|
||||||
EXPORT GTSAM-exports
|
EXPORT GTSAM-exports
|
||||||
|
|
Loading…
Reference in New Issue