mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-05 19:30:54 +01:00
Fix internals library
This commit is contained in:
parent
7bea908f0d
commit
4176e1c044
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,8 @@ if(LUAU_BUILD_WEB)
|
|||
add_executable(Luau.Web)
|
||||
endif()
|
||||
|
||||
# Proxy target to make it possible to depend on private VM headers
|
||||
add_library(Luau.VM.Internals INTERFACE)
|
||||
|
||||
include(Sources.cmake)
|
||||
|
||||
|
@ -79,6 +81,8 @@ target_link_libraries(Luau.VM PUBLIC Luau.Common)
|
|||
|
||||
target_include_directories(isocline PUBLIC extern/isocline/include)
|
||||
|
||||
target_include_directories(Luau.VM.Internals INTERFACE VM/src)
|
||||
|
||||
set(LUAU_OPTIONS)
|
||||
|
||||
if(MSVC)
|
||||
|
|
Loading…
Add table
Reference in a new issue