Skip to content

Commit bf84989

Browse files
Install deployment and export requirements.txt (#1231)
Ticket 157649
2 parents 5889c2a + 46764d7 commit bf84989

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

samples/CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ add_subdirectory(cpp/text2image)
1414
add_subdirectory(cpp/visual_language_chat)
1515
add_subdirectory(cpp/whisper_speech_recognition)
1616

17-
install(FILES requirements.txt DESTINATION samples
18-
COMPONENT cpp_samples_genai)
17+
install(FILES
18+
deployment-requirements.txt
19+
export-requirements.txt
20+
requirements.txt
21+
DESTINATION samples
22+
COMPONENT cpp_samples_genai)
1923

2024
install(DIRECTORY
2125
cpp/beam_search_causal_lm

0 commit comments

Comments
 (0)