From a6ea26a2a099070b526d2b443f3c8224e21c0e4d Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommmy.persson@liu.se> Date: Tue, 12 Oct 2021 18:07:05 +0200 Subject: [PATCH] Fix for instakk --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3836d97..a52bf58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,6 +122,7 @@ include_directories( ## Mark executable scripts (Python etc.) for installation ## in contrast to setup.py, you can choose the destination install(PROGRAMS + src/openweather.py src/partitioningserver.py src/line.py src/cd.py -- GitLab