slight refactoring
This commit is contained in:
parent
e01df69575
commit
47d28b4f1e
8 changed files with 79 additions and 73 deletions
|
@ -14,7 +14,7 @@ set(srcs
|
|||
src/runtime_lua.cpp
|
||||
)
|
||||
|
||||
add_library(pwscripting
|
||||
add_library(pwbinding
|
||||
STATIC
|
||||
${hdrs}
|
||||
${srcs}
|
||||
|
@ -22,7 +22,7 @@ add_library(pwscripting
|
|||
|
||||
|
||||
target_include_directories(
|
||||
pwscripting
|
||||
pwbinding
|
||||
PRIVATE
|
||||
${CMAKE_SOURCE_DIR}/src/deps/lua-5.3.5/src
|
||||
${CMAKE_SOURCE_DIR}/src/deps/sol2-2.20.6
|
||||
|
@ -30,7 +30,7 @@ target_include_directories(
|
|||
include
|
||||
)
|
||||
|
||||
target_link_libraries(pwscripting
|
||||
target_link_libraries(pwbinding
|
||||
lualib
|
||||
pwcore
|
||||
pwsystem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue