File: CMakeLists.txt

package info (click to toggle)
stellarium 25.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,307,224 kB
  • sloc: ansic: 317,377; cpp: 214,435; xml: 48,592; javascript: 26,073; python: 2,113; perl: 734; sh: 247; makefile: 192; pascal: 169
file content (5 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
SET(LENSDISTORTIONESTIMATOR_VERSION "0.1.0")
ADD_DEFINITIONS(-DLENSDISTORTIONESTIMATOR_PLUGIN_VERSION="${LENSDISTORTIONESTIMATOR_VERSION}")
ADD_DEFINITIONS(-DLENSDISTORTIONESTIMATOR_PLUGIN_LICENSE="GNU GPLv2 or later")

ADD_SUBDIRECTORY( src )