Skip to content
Snippets Groups Projects

params/mirrors cleaning + usable test suite (issues #11 and #10)

Merged Boman Romain requested to merge testsuite into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -17,7 +17,11 @@ SET(SWINCFLAGS
)
SET_SOURCE_FILES_PROPERTIES(${ISRCS} PROPERTIES SWIG_FLAGS "${SWINCFLAGS}")
SWIG_ADD_MODULE(paramsCVTw python ${ISRCS} ${SRCS})
if (${CMAKE_VERSION} VERSION_LESS "3.8.0")
SWIG_ADD_MODULE(paramsCVTw python ${ISRCS} ${SRCS})
else()
SWIG_ADD_LIBRARY(paramsCVTw LANGUAGE python SOURCES ${ISRCS} ${SRCS})
endif()
MACRO_DebugPostfix(_paramsCVTw)
# ---
Loading