From 3799ffd9d517aa19d41c5195cf52a3ddc29f7f72 Mon Sep 17 00:00:00 2001 From: ANAND Date: Sun, 29 Sep 2019 17:11:13 +0530 Subject: Move Quicktune code to util/ (#8871) --- src/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ebf5b2871..70a5ab3c8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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/ -- cgit v1.2.3