##// END OF EJS Templates
Fixed small mistake
jeandet -
r303:606a2093de44 R3_plus draft
parent child
Show More
@@ -1,14 +1,14
1 1 cmake_minimum_required (VERSION 2.6)
2 2 project (LFR_FSW)
3 3
4 4 if(NOT CMAKE_BUILD_TYPE)
5 5 set(CMAKE_BUILD_TYPE "Release" CACHE STRING
6 6 "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
7 7 endif(NOT CMAKE_BUILD_TYPE)
8 8
9 9 set(LFR_BP_SRC ${CMAKE_CURRENT_SOURCE_DIR}/LFR_basic-parameters/basic_parameters.c)
10 10
11 11 SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/sparc/")
12 12
13 13 add_subdirectory(src)
14 add_subdirectory(timegen-qt)
14 add_subdirectory(timegen)
General Comments 0
You need to be logged in to leave comments. Login now