mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Try to make it compile xd
This commit is contained in:
parent
3e522599b7
commit
a6a84c89be
1 changed files with 3 additions and 0 deletions
|
@ -601,6 +601,9 @@ if (CHATTERINO_GENERATE_COVERAGE)
|
|||
endif ()
|
||||
|
||||
add_dependencies(${LIBRARY_PROJECT} Lua)
|
||||
target_include_directories(${LIBRARY_PROJECT}
|
||||
PUBLIC "${CMAKE_SOURCE_DIR}/lib/lua/"
|
||||
)
|
||||
target_link_libraries(${LIBRARY_PROJECT}
|
||||
PUBLIC
|
||||
Qt${MAJOR_QT_VERSION}::Core
|
||||
|
|
Loading…
Reference in a new issue