Removed folder 'Testing' - not needed yet
This commit is contained in:
@@ -3,12 +3,16 @@
|
||||
|
||||
qt_standard_project_setup()
|
||||
|
||||
|
||||
include_directories(../controller)
|
||||
|
||||
|
||||
qt_add_executable(app main.cpp
|
||||
)
|
||||
|
||||
qt_add_library(app_lib STATIC
|
||||
main.cpp
|
||||
filter.h main.cpp filter.cpp
|
||||
Controller.hpp main.cpp Controller.cpp
|
||||
pwm.h pwm.cpp
|
||||
climate-algorithm.h climate-algorithm.cpp
|
||||
pid.h pid.cpp
|
||||
@@ -25,5 +29,6 @@ target_include_directories(app_lib PRIVATE ${Qt6Core_INCLUDE_DIRS})
|
||||
# add_executable(app main.cpp filter.cpp)
|
||||
target_link_libraries(app PRIVATE
|
||||
app_lib
|
||||
ctrl_algo
|
||||
Qt::Core
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user