Loading python/src/CMakeLists.txt +8 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,14 @@ INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH}) SET(HEADERS "SalinePy.hh") SET(SOURCES "SalinePy.cc") SET(SWIG_RUNTIME swigpyrun.h) ADD_CUSTOM_COMMAND( OUTPUT ${SWIG_RUNTIME} COMMAND ${SWIG_EXECUTABLE} -python -external-runtime ) LIST(APPEND HEADERS ${CMAKE_CURRENT_BINARY_DIR}/${SWIG_RUNTIME}) TRIBITS_ADD_LIBRARY(SalinePy SHARED HEADERS ${HEADERS} Loading src/r_kister_data_store.hh +0 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ class R_Kister_Data_Store : public Data_Store void load(); void load(const std::string& fPath); void load(std::istream& inFile); void load(Data_Store* ds); // >>> ACCESSORS // the number of entries in the data store Loading Loading
python/src/CMakeLists.txt +8 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,14 @@ INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH}) SET(HEADERS "SalinePy.hh") SET(SOURCES "SalinePy.cc") SET(SWIG_RUNTIME swigpyrun.h) ADD_CUSTOM_COMMAND( OUTPUT ${SWIG_RUNTIME} COMMAND ${SWIG_EXECUTABLE} -python -external-runtime ) LIST(APPEND HEADERS ${CMAKE_CURRENT_BINARY_DIR}/${SWIG_RUNTIME}) TRIBITS_ADD_LIBRARY(SalinePy SHARED HEADERS ${HEADERS} Loading
src/r_kister_data_store.hh +0 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ class R_Kister_Data_Store : public Data_Store void load(); void load(const std::string& fPath); void load(std::istream& inFile); void load(Data_Store* ds); // >>> ACCESSORS // the number of entries in the data store Loading