mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
NOISSUE do not scan extra folders for libraries
This commit is contained in:
parent
898e3cd4e7
commit
ecd5d3a2db
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ elseif(WIN32)
|
|||
endif()
|
||||
|
||||
# directories to look for dependencies
|
||||
set(DIRS ${QT_LIBS_DIR} ${QT_LIBEXECS_DIR} ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ${CMAKE_BINARY_DIR}/api/gui ${CMAKE_BINARY_DIR}/api/logic ${CMAKE_BINARY_DIR}/libraries/rainbow ${CMAKE_BINARY_DIR}/libraries/libnbtplusplus)
|
||||
set(DIRS ${QT_LIBS_DIR} ${QT_LIBEXECS_DIR} ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
|
||||
|
||||
################################ FILES ################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue