intial commit
This commit is contained in:
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 2.4)
|
||||
project(videosender)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
add_executable(videosender main.cpp webcam.cpp jpeg_img.cpp)
|
||||
|
||||
target_link_libraries( videosender -ljpeg )
|
||||
add_definitions("-s -Wall")
|
||||
|
||||
install(TARGETS videosender RUNTIME DESTINATION bin)
|
Reference in New Issue
Block a user