Fix a couple of dfsg issues
This commit is contained in:
parent
e05fcc7daf
commit
5b92ec13d4
|
@ -353,7 +353,9 @@ endif(FREECAD_LIBPACK_USE)
|
|||
|
||||
# copy build convenient files for M$
|
||||
if(WIN32)
|
||||
configure_file(BuildAll.bat ${CMAKE_BINARY_DIR}/BuildAll.bat COPYONLY)
|
||||
if (EXISTS BuildAll.bat)
|
||||
configure_file(BuildAll.bat ${CMAKE_BINARY_DIR}/BuildAll.bat COPYONLY)
|
||||
endif (EXISTS BuildAll.bat)
|
||||
#configure_file(BuildAllNice.bat ${CMAKE_BINARY_DIR}/BuildAllNice.bat COPYONLY)
|
||||
endif(WIN32)
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ SET(Idf_SRCS
|
|||
SOURCE_GROUP("" FILES ${Idf_SRCS})
|
||||
|
||||
SET(IdfLibs_SRCS
|
||||
lib/License.txt
|
||||
lib/0603_SMD.stp
|
||||
lib/0805_SMD.stp
|
||||
lib/1206_SMD.stp
|
||||
|
|
|
@ -108,6 +108,7 @@ SET(Robot_Scripts
|
|||
RobotExampleTrajectoryOutOfShapes.py
|
||||
)
|
||||
|
||||
if (EXISTS Lib/Kuka)
|
||||
SET(Robot_Resources
|
||||
Lib/Kuka/kr500_1.wrl
|
||||
Lib/Kuka/kr500_1.csv
|
||||
|
@ -122,6 +123,7 @@ SET(Robot_Resources
|
|||
Lib/Kuka/kr_125.csv
|
||||
Lib/Kuka/kr125_2.pdf
|
||||
)
|
||||
endif (EXISTS Lib/Kuka)
|
||||
|
||||
add_library(Robot SHARED ${Robot_SRCS})
|
||||
target_link_libraries(Robot ${Robot_LIBS})
|
||||
|
|
|
@ -34,6 +34,7 @@ def main():
|
|||
gitattr.write("zipios++ export-ignore\n")
|
||||
gitattr.write("Pivy-0.5 export-ignore\n")
|
||||
gitattr.write("Pivy export-ignore\n")
|
||||
gitattr.write("Kuka export-ignore\n")
|
||||
gitattr.close()
|
||||
|
||||
# revision number
|
||||
|
|
Loading…
Reference in New Issue
Block a user