mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -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/*
|
obj-x86_64-linux-gnu/*
|
||||||
**/venv*/
|
**/venv*/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
.DS_Store
|
||||||
|
@ -350,10 +350,10 @@ endif()
|
|||||||
############ install targets ################
|
############ install targets ################
|
||||||
install(TARGETS sdrangelbench DESTINATION ${INSTALL_BIN_DIR})
|
install(TARGETS sdrangelbench DESTINATION ${INSTALL_BIN_DIR})
|
||||||
if (BUILD_GUI)
|
if (BUILD_GUI)
|
||||||
install(TARGETS sdrangel DESTINATION ${INSTALL_BIN_DIR})
|
install(TARGETS sdrangel DESTINATION ${INSTALL_BIN_DIR})
|
||||||
endif()
|
endif()
|
||||||
if (BUILD_SERVER)
|
if (BUILD_SERVER)
|
||||||
install(TARGETS sdrangelsrv DESTINATION ${INSTALL_BIN_DIR})
|
install(TARGETS sdrangelsrv DESTINATION ${INSTALL_BIN_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#install files and directories (linux specific)
|
#install files and directories (linux specific)
|
||||||
|
Loading…
Reference in New Issue
Block a user