Skip to content
Snippets Groups Projects
Commit df1e339a authored by POTIER Frederic's avatar POTIER Frederic
Browse files

Fix include dir

parent 06bfd658
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ file(GLOB_RECURSE sources
set(includedirs
src
src/piaxis
src/pibox
)
add_executable(${EXECUTABLE_NAME} ${sources})
......
......@@ -5,19 +5,19 @@ from conan.tools.cmake import CMakeToolchain, CMake, cmake_layout, CMakeDeps
class PIControllerRecipe(ConanFile):
name = "picontroller"
executable = "ds_PIController"
version = "${PROJECT.version}"
version = "1.1.0"
package_type = "application"
user = "soleil"
license = "GPL-3.0-or-later"
author = "Salwa Bhaji, Arafat Nourredine, Marc Desgrange"
url = "https://gitlab.synchrotron-soleil.fr/software-control-system/tango-devices/motion/pi/picontroller.git"
description = "${PROJECT.description}"
description = "PIController motion PI controllers device controller"
topics = ("control-system", "tango", "device")
settings = "os", "compiler", "build_type", "arch"
exports_sources = "CMakeLists.txt", "src/*"
exports_sources = "CMakeLists.txt", "src/**"
def requirements(self):
self.requires("yat4tango/[>=1.0]@soleil/stable")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment