mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
add organizer scene, and add scene tools time delta context editor
This commit is contained in:
19
framework/organizer_scene/CMakeLists.txt
Normal file
19
framework/organizer_scene/CMakeLists.txt
Normal file
@ -0,0 +1,19 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project(organizer_scene CXX)
|
||||
|
||||
add_library(organizer_scene
|
||||
src/mm/services/organizer_scene.hpp
|
||||
src/mm/services/organizer_scene.cpp
|
||||
)
|
||||
|
||||
target_include_directories(organizer_scene PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
|
||||
target_link_libraries(organizer_scene
|
||||
engine
|
||||
common_components
|
||||
)
|
||||
|
||||
if (BUILD_TESTING)
|
||||
#add_subdirectory(test)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user