File: CMakeLists.txt

package info (click to toggle)
esys-particle 2.3.4%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,036 kB
  • ctags: 10,805
  • sloc: cpp: 80,009; python: 5,872; makefile: 1,243; sh: 313; perl: 225
file content (5 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (7)
1
2
3
4
5
FILE(GLOB MODEL_SRC_LIB "*.cpp")
#===========================================================
ADD_LIBRARY(Model SHARED ${MODEL_SRC_LIB})
TARGET_LINK_LIBRARIES(Model Foundation Geometry TmlMessage TmlType TmlComm Parallel ${Boost_LIBRARIES} ${PYTHON_LIBRARIES})
INSTALL(TARGETS Model DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)