mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
backend for Muse
This commit is contained in:
13
components/targets/CMakeLists.txt
Normal file
13
components/targets/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# This should be made a pure CMake component but as CMake is even
|
||||
# more shitty under Windows, backslash in path screws it all
|
||||
|
||||
if(CONFIG_MUSE)
|
||||
message("Compiling for MUSE")
|
||||
set(src_dirs "muse")
|
||||
else()
|
||||
set(src_dirs ".")
|
||||
endif()
|
||||
|
||||
idf_component_register( SRC_DIRS ${src_dirs}
|
||||
PRIV_REQUIRES services
|
||||
)
|
||||
Reference in New Issue
Block a user