소스 검색

modified: CMakeLists.txt

yoneda 1 년 전
부모
커밋
28b61ddeac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -10,6 +10,7 @@ project(ADRS2040U_i2c)
 pico_sdk_init()
 
 add_executable(${PROJECT_NAME}
+	adc_driver.hpp
 	main.cpp
 )