File: CMakeLists.txt

package info (click to toggle)
qtoctave 0.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,588 kB
  • sloc: cpp: 18,120; xml: 3,918; python: 1,754; ansic: 490; sh: 251; perl: 36; makefile: 4
file content (17 lines) | stat: -rwxr-xr-x 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)

# The name of our project is "XMLWIDGET".  CMakeLists files in this project can
# refer to the root source directory of the project as ${XMLWIDGET_SOURCE_DIR} and
# to the root binary directory of the project as ${XMLWIDGET_BINARY_DIR}.

project (xmlwidget)

#include ("options.txt")

set(CMAKE_VERBOSE_MAKEFILE TRUE)

#configure_file ( configure.h src/configure.h )

#ADD_DEFINITIONS(-DUSER_CONFIG)

add_subdirectory (src)