From b46c409749b7263492bca824c68eb58600d06841 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 19 Feb 2021 20:40:55 +0100 Subject: CMake TARGET_FILE_DIR fix. On Visual Studio `model` directory wasn't copied to build directory. This commit fixes that. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 39ff383..e8e8210 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,4 +42,4 @@ add_custom_command( TARGET ${PROJECT_NAME} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/model - ${CMAKE_CURRENT_BINARY_DIR}/model) + $/model) -- cgit v1.2.3