Skip to content
Snippets Groups Projects
Commit e9c77551 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1310: Oops! Accidentally removed 'redundant' code from LOFAR top-level CMakeLists.txt file

parent 49a4f5bb
No related branches found
No related tags found
No related merge requests found
# $Id$
cmake_minimum_required(VERSION 2.6)
## ---------------------------------------------------------------------------
## Preamble: set compilers
## ---------------------------------------------------------------------------
include(LofarInit)
## ---------------------------------------------------------------------------
## Project characteristics
## ---------------------------------------------------------------------------
project(LOFAR)
include(LofarGeneral)
## ---------------------------------------------------------------------------
## Subdirectories
## ---------------------------------------------------------------------------
include(LofarPackage)
lofar_add_package(LCS)
lofar_add_package(CEP)
lofar_add_package(RTCP)
......@@ -7,3 +24,8 @@ lofar_add_package(SAS)
lofar_add_package(MAC)
lofar_add_package(LCU)
lofar_add_package(SubSystems)
## ---------------------------------------------------------------------------
## Generate configuration header file.
## ---------------------------------------------------------------------------
include(LofarConfig)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment