2025-07-22 02:46:16 -04:00
|
|
|
add_library(marionette STATIC
|
|
|
|
|
marionette.cpp
|
2025-07-28 07:20:44 -04:00
|
|
|
salmanoff.cpp
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(marionette
|
|
|
|
|
smocore
|
2025-07-22 02:46:16 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_include_directories(marionette PUBLIC
|
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/include
|
2025-07-22 06:17:18 -04:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/../include
|
2025-07-22 04:45:23 -04:00
|
|
|
)
|