[nostalgia/scene] Start Scene package
This commit is contained in:
21
src/nostalgia/scene/CMakeLists.txt
Normal file
21
src/nostalgia/scene/CMakeLists.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
add_library(
|
||||
NostalgiaScene
|
||||
scene.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
NostalgiaScene PUBLIC
|
||||
NostalgiaCore
|
||||
)
|
||||
|
||||
install(
|
||||
FILES
|
||||
scene.hpp
|
||||
DESTINATION
|
||||
include/nostalgia/scene
|
||||
)
|
||||
|
||||
#if(NOSTALGIA_BUILD_STUDIO)
|
||||
# add_subdirectory(studio)
|
||||
#endif()
|
||||
Reference in New Issue
Block a user