mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Move Quicktune code to util/ (#8871)
This commit is contained in:
parent
07bdd6049b
commit
3799ffd9d5
9 changed files with 8 additions and 9 deletions
|
@ -406,7 +406,6 @@ set(common_SRCS
|
|||
player.cpp
|
||||
porting.cpp
|
||||
profiler.cpp
|
||||
quicktune.cpp
|
||||
raycast.cpp
|
||||
reflowscan.cpp
|
||||
remoteplayer.cpp
|
||||
|
@ -739,7 +738,7 @@ if(WIN32)
|
|||
if(VCPKG_APPLOCAL_DEPS)
|
||||
# Collect the dll's from the output path
|
||||
install(DIRECTORY ${EXECUTABLE_OUTPUT_PATH}/Release/
|
||||
DESTINATION ${BINDIR}
|
||||
DESTINATION ${BINDIR}
|
||||
CONFIGURATIONS Release
|
||||
FILES_MATCHING PATTERN "*.dll")
|
||||
install(DIRECTORY ${EXECUTABLE_OUTPUT_PATH}/Debug/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue