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