File: CMakeLists.txt

package info (click to toggle)
isospec 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,476 kB
  • sloc: cpp: 9,530; python: 2,095; makefile: 180; ansic: 100; sh: 88
file content (16 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
message("")
message(STATUS "${BoldGreen}Starting configuration for the example material for ${PROJECT_NAME} ${ColourReset}")
message("")


###############
# install stuff

install(DIRECTORY C++  Python  R
	DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/doc/isospec/examples)

message("")
message(STATUS "${BoldGreen}Finished configuration for the example material.${ColourReset}")
message("")