Update cmakelists

This commit is contained in:
2023-11-06 17:26:51 +01:00
parent 0f717e7ba5
commit 540321ee9b

View File

@@ -15,10 +15,12 @@ target_include_directories(qwt
${PROJECT_BINARY_DIR}
)
file(GLOB_RECURSE TEST_SOURCES "*.cpp")
file(GLOB_RECURSE QWT_SOURCES "*.cpp")
file(GLOB_RECURSE QWT_HEADERS "*.hpp" ".h")
target_sources(qwt
PRIVATE
${TEST_SOURCES}
${QWT_SOURCES}
${QWT_HEADERS}
)
target_link_libraries(qwt