Added CMakeLists.txt
This commit is contained in:
15
CMakeLists.txt
Normal file
15
CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
set(HEADERS
|
||||
wifilampapplication.h
|
||||
wifilampclient.h
|
||||
wifilampplugin.h
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
wifilampapplication.cpp
|
||||
wifilampclient.cpp
|
||||
wifilampplugin.cpp
|
||||
)
|
||||
|
||||
add_library(wifilampplugin SHARED ${HEADERS} ${SOURCES})
|
||||
|
||||
target_link_libraries(wifilampplugin Qt5::Core Qt5::Network webserverlib)
|
Reference in New Issue
Block a user