FIXMEs for wrapping library components

release/4.3a0
Alex Cunningham 2012-06-21 17:45:43 +00:00
parent 0393f65629
commit 2123938b1b
1 changed files with 2 additions and 0 deletions

View File

@ -137,5 +137,7 @@ if (GTSAM_BUILD_WRAP)
set(mexFlags "${mexFlags} -g COMPFLAGS='/c /DMATLAB_MEX_FILE ${CMAKE_CXX_FLAGS_${cmake_build_type_toupper}}'")
# Macro to handle details of setting up targets
# FIXME: issue with dependency between wrap_gtsam and wrap_gtsam_build, only shows up on CMake 2.8.3
# FIXME: rework install commands to specify only certain filetypes/folders to avoid installing temp files
wrap_library(gtsam "${mexFlags}" "../")
endif ()