diff --git a/runtime/dll/CMakeLists.txt b/runtime/dll/CMakeLists.txt index cdf86056d9..ec52f3763c 100644 --- a/runtime/dll/CMakeLists.txt +++ b/runtime/dll/CMakeLists.txt @@ -5,7 +5,7 @@ # if(NOT DISABLED_GTPIN_SUPPORT) - set(GTPIN_INIT_FILE "gtpin/gtpin_init.cpp") + set(GTPIN_INIT_FILE "${IGDRCL_SOURCE_DIR}/runtime/gtpin/gtpin_init.cpp") else() set(GTPIN_INIT_FILE "") endif()