Let CMake install fgqcanvas
This commit is contained in:
parent
e31d6b083e
commit
5aef1a8700
2 changed files with 3 additions and 1 deletions
|
@ -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})
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue