File tree Expand file tree Collapse file tree 9 files changed +1
-17
lines changed
libraries/learningMachine/standalone
modules/learningMachine/standalone Expand file tree Collapse file tree 9 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 22# Authors: Lorenzo Natale
33# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44
5- cmake_minimum_required (VERSION 3.12)
5+ cmake_minimum_required (VERSION 3.12...3.28 )
66
77set (ROOT_PROJECT_NAME ICUB)
88project (${ROOT_PROJECT_NAME} LANGUAGES C CXX
Original file line number Diff line number Diff line change 22# Authors: Paul Fitzpatrick
33# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44
5- cmake_minimum_required (VERSION 3.12)
6-
75list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR} )
86
97# Find YARP for bindings-only builds
Original file line number Diff line number Diff line change 22# Authors: Arjan Gijsberts
33# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44
5- cmake_minimum_required (VERSION 3.12)
6-
75set (PROJECTNAME learningMachine)
86project (${PROJECTNAME} )
97
Original file line number Diff line number Diff line change 22# Authors: Arjan Gijsberts
33# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44
5- cmake_minimum_required (VERSION 3.12)
6-
75set (PROJECTNAME learningMachine)
86
97find_package (YARP)
Original file line number Diff line number Diff line change 22# Authors: Alberto Cardellino
33# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44
5- cmake_minimum_required (VERSION 3.12)
6-
75# Name of the project must correspond to the class name that needs to be
86# instantiated by the factory - so embObjLib is not ok
97SET (PROJECTNAME boardTransceiver)
Original file line number Diff line number Diff line change 22# Authors: Valentina Gaggero
33# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44
5- cmake_minimum_required (VERSION 3.12)
6-
75set (PROJECTNAME embObjProto_debugParser)
86
97project (${PROJECTNAME} )
Original file line number Diff line number Diff line change 22# Authors: Valentina Gaggero
33# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44
5- cmake_minimum_required (VERSION 3.12)
6-
75set (PROJECTNAME nvid_printer)
86
97file (GLOB folder_header *.h)
Original file line number Diff line number Diff line change 22# Authors: Valentina Gaggero
33# CopyPolicy: Released under the terms of the GNU GPL v2.0.
44
5- cmake_minimum_required (VERSION 3.12)
6-
75set (PROJECTNAME emsBackDoorManager)
86
97file (GLOB folder_header *.h)
Original file line number Diff line number Diff line change 44# This software may be modified and distributed under the terms of the
55# BSD-3-Clause license. See the accompanying LICENSE file for details.
66
7- cmake_minimum_required (VERSION 3.12)
8-
97include (FetchContent)
108
119#GTEST
You can’t perform that action at this time.
0 commit comments