Ensured that unit tests run in the directory containing the QHttpEngine library.
This commit is contained in:
@@ -4,9 +4,6 @@ set(SRC
|
||||
|
||||
add_executable(fileserver ${SRC})
|
||||
target_link_libraries(fileserver QHttpEngine)
|
||||
set_target_properties(fileserver PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}"
|
||||
)
|
||||
|
||||
install(TARGETS fileserver
|
||||
RUNTIME DESTINATION "${EXAMPLE_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user