4 lines
90 B
CMake
Raw Normal View History

target_sources(${PROJECT_NAME}
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/InferenceEngine.cpp
)