update CMakeLists.txt

pull/486/head
taotieren 2023-12-23 14:56:17 +08:00
parent 31432ae9ce
commit 1d49452cf0
No known key found for this signature in database
GPG Key ID: D2220C924B0CBF02
1 changed files with 1 additions and 0 deletions

View File

@ -113,5 +113,6 @@ foreach(name ${PROGRAMS})
install(TARGETS ${name} DESTINATION ${CMAKE_INSTALL_BINDIR})
endforeach()
install(TARGETS can-calc-bit-timing mcp251xfd-dump DESTINATION ${CMAKE_INSTALL_BINDIR})
ADD_CUSTOM_TARGET(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_SOURCE_DIR}/cmake/make_uninstall.cmake")