Update build scripts.

This commit is contained in:
Nathan Osman
2017-07-07 21:22:19 -07:00
parent 4866f85380
commit 6fea4fbd61
8 changed files with 54 additions and 49 deletions

View File

@@ -3,7 +3,7 @@ set(SRC
)
add_executable(fileserver ${SRC})
target_link_libraries(fileserver QHttpEngine)
target_link_libraries(fileserver qhttpengine)
install(TARGETS fileserver
RUNTIME DESTINATION "${EXAMPLE_DIR}"