mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Try to add include dirs
This commit is contained in:
parent
5856933f9e
commit
3a7aa82b0d
1 changed files with 4 additions and 1 deletions
|
@ -51,5 +51,8 @@ set(LUA_SRC
|
|||
)
|
||||
|
||||
add_library(lua STATIC ${LUA_SRC})
|
||||
#target_link_libraries(lua ${LIBS})
|
||||
target_include_directories(lua
|
||||
PUBLIC
|
||||
${LUA_INCLUDE_DIRS}
|
||||
)
|
||||
set_source_files_properties(${LUA_SRC} PROPERTIES LANGUAGE CXX)
|
||||
|
|
Loading…
Reference in a new issue