CMake: delete subdir CMakeLists; use one CMakeList for smocore

This commit is contained in:
2025-09-15 12:44:57 -04:00
parent 0759461c69
commit 6573a1b14d
7 changed files with 100 additions and 72 deletions
-3
View File
@@ -65,9 +65,6 @@ add_subdirectory(wilzorApis)
add_executable(salmanoff main.cpp)
target_link_libraries(salmanoff
smocore
marionette
deviceManager
senseApis
${Boost_LIBRARIES}
${DL_LIBRARY}
)