From 2cb183a3daff9e9d1d134304251e214f1358e7c8 Mon Sep 17 00:00:00 2001 From: durswd Date: Thu, 26 Oct 2023 02:03:25 +0900 Subject: [PATCH] Revert "fix" This reverts commit d8f28c0bc6dc245db733507c1ad9280bb519e2b6. --- Dev/Cpp/EditorCommon/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dev/Cpp/EditorCommon/CMakeLists.txt b/Dev/Cpp/EditorCommon/CMakeLists.txt index 4eb7bf9d80..2230e3e329 100644 --- a/Dev/Cpp/EditorCommon/CMakeLists.txt +++ b/Dev/Cpp/EditorCommon/CMakeLists.txt @@ -94,7 +94,8 @@ target_include_directories( PUBLIC ${EFK_THIRDPARTY_INCLUDES}) -target_include_directories(${PROJECT_NAME} PUBLIC - $) - set_target_properties(EditorCommon PROPERTIES LINKER_LANGUAGE CXX) + +target_include_directories(EditorCommon + PUBLIC ${PROJECT_SOURCE_DIR} + ) \ No newline at end of file