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