diff --git a/Core/Code/CppMicroServices/tools/CMakeLists.txt b/Core/Code/CppMicroServices/tools/CMakeLists.txt index b5913aa65b..daa64f269d 100644 --- a/Core/Code/CppMicroServices/tools/CMakeLists.txt +++ b/Core/Code/CppMicroServices/tools/CMakeLists.txt @@ -1,8 +1,6 @@ -if(NOT US_IS_EMBEDDED) - include_directories(${US_INTERNAL_INCLUDE_DIRS}) -endif() +include_directories(${US_INCLUDE_DIRS}) add_definitions(-DUS_RCC_EXECUTABLE_NAME=\"${US_RCC_EXECUTABLE_NAME}\") add_executable(${US_RCC_EXECUTABLE_NAME} usResourceCompiler.cpp)