2025-07-22 02:46:16 -04:00
|
|
|
add_library(marionette STATIC
|
2025-09-14 22:17:19 -04:00
|
|
|
main.cpp
|
2025-07-28 07:20:44 -04:00
|
|
|
salmanoff.cpp
|
2025-09-14 22:17:19 -04:00
|
|
|
lifetime.cpp
|
2025-07-28 07:20:44 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(marionette
|
|
|
|
|
smocore
|
2025-09-14 22:17:19 -04:00
|
|
|
mindManager
|
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
|
|
|
)
|