File: CMakeLists.txt

package info (click to toggle)
esys-particle 2.3.5%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,132 kB
  • sloc: cpp: 81,480; python: 5,872; makefile: 1,259; sh: 313; perl: 225
file content (6 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
FILE(GLOB SRC "*.cpp")
#===========================================================
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/ntable/src)
ADD_EXECUTABLE(strainextract ${SRC})
TARGET_LINK_LIBRARIES(strainextract Foundation)
INSTALL(TARGETS strainextract DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)