working version for linux with usable scripting
This commit is contained in:
parent
28905d301e
commit
9d0c60c5f4
401 changed files with 90281 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
set(hdrs
|
||||
include/pw/scripting/script.hpp
|
||||
include/pw/scripting/scripting.hpp
|
||||
)
|
||||
|
||||
set(srcs
|
||||
|
@ -12,8 +11,10 @@ set(srcs
|
|||
src/script_system.cpp
|
||||
src/script_scene.hpp
|
||||
src/script_scene.cpp
|
||||
src/script_visual.cpp
|
||||
)
|
||||
src/script_visual.hpp
|
||||
src/script_visual.cpp
|
||||
src/scripting.hpp
|
||||
)
|
||||
|
||||
add_library(pwscripting
|
||||
STATIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue