1
0
Fork 0

Let CMake install fgqcanvas

This commit is contained in:
Gijs de Rooy 2017-01-26 15:16:21 +01:00
parent e31d6b083e
commit 5aef1a8700
2 changed files with 3 additions and 1 deletions

View file

@ -55,3 +55,5 @@ target_include_directories(fgqcanvas PRIVATE ${PROJECT_SOURCE_DIR})
# so ui_foo.h files are found
target_include_directories(fgqcanvas PRIVATE ${PROJECT_BINARY_DIR})
install(TARGETS fgqcanvas RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

View file

@ -9,7 +9,7 @@ any canvas in real-time.
Start FlightGear with the '--httpd' option, passing a port number. This can be
done in the 'additional options' box if using the launcher.
* `--httpd 8080`
* `--httpd=8080`
Start FGQCanvas and enter the WebSocket url, with a suitable host-name and port.
Provide the path to the Canvas you want to display (this part will become