mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
add .DS_Store to gitignore and fix spaces
This commit is contained in:
parent
bec2eb209b
commit
f39aaf9ce1
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ debian/debhelper-build-stamp
|
||||
obj-x86_64-linux-gnu/*
|
||||
**/venv*/
|
||||
*.pyc
|
||||
.DS_Store
|
||||
|
@ -350,10 +350,10 @@ endif()
|
||||
############ install targets ################
|
||||
install(TARGETS sdrangelbench DESTINATION ${INSTALL_BIN_DIR})
|
||||
if (BUILD_GUI)
|
||||
install(TARGETS sdrangel DESTINATION ${INSTALL_BIN_DIR})
|
||||
install(TARGETS sdrangel DESTINATION ${INSTALL_BIN_DIR})
|
||||
endif()
|
||||
if (BUILD_SERVER)
|
||||
install(TARGETS sdrangelsrv DESTINATION ${INSTALL_BIN_DIR})
|
||||
install(TARGETS sdrangelsrv DESTINATION ${INSTALL_BIN_DIR})
|
||||
endif()
|
||||
|
||||
#install files and directories (linux specific)
|
||||
|
Loading…
Reference in New Issue
Block a user