We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a64802 commit 01cfa02Copy full SHA for 01cfa02
CMakeLists.txt
@@ -183,7 +183,7 @@ endif()
183
# copy the input file next to the generated executable
184
add_custom_command(TARGET phpbot POST_BUILD
185
COMMAND ${CMAKE_COMMAND} -E copy_if_different
186
- "${PROJECT_SOURCE_DIR}/test.php"
+ "${PROJECT_SOURCE_DIR}/tests/test.php"
187
$<TARGET_FILE_DIR:phpbot>)
188
189
# necessary because the default working directory of Visual Studio
@@ -194,6 +194,6 @@ add_custom_command(TARGET phpbot POST_BUILD
194
if (WIN32)
195
196
197
198
$<TARGET_FILE_DIR:phpbot>/../)
199
endif()
0 commit comments