fix CMake warnings

This commit is contained in:
jkriege2 2024-01-28 12:00:31 +01:00
parent ff988fa1a8
commit b2f203ccac

View File

@ -134,19 +134,19 @@ endfunction(jkqtplotter_add_test)
function(jkqtplotter_add_jkqtcommmon_test TEST_NAME)
jkqtplotter_add_test(${TEST_NAME})
target_link_libraries(${TEST_NAME} PRIVATE ${jkqtplotter_namespace}JKQTCommon${jkqtplotter_LIBNAME_VERSION_PART})
endfunction(jkqtplotter_add_test)
endfunction(jkqtplotter_add_jkqtcommmon_test)
function(jkqtplotter_add_jkqtmath_test TEST_NAME)
jkqtplotter_add_test(${TEST_NAME})
target_link_libraries(${TEST_NAME} PRIVATE ${jkqtplotter_namespace}JKQTMath${jkqtplotter_LIBNAME_VERSION_PART})
endfunction(jkqtplotter_add_test)
endfunction(jkqtplotter_add_jkqtmath_test)
function(jkqtplotter_add_jkqtmathtext_test TEST_NAME)
jkqtplotter_add_test(${TEST_NAME})
target_link_libraries(${TEST_NAME} PRIVATE ${jkqtplotter_namespace}JKQTMathText${jkqtplotter_LIBNAME_VERSION_PART})
endfunction(jkqtplotter_add_test)
endfunction(jkqtplotter_add_jkqtmathtext_test)
function(jkqtplotter_add_jkqtplotter_test TEST_NAME)
jkqtplotter_add_test(${TEST_NAME})
target_link_libraries(${TEST_NAME} PRIVATE ${jkqtplotter_namespace}JKQTPlotter${jkqtplotter_LIBNAME_VERSION_PART})
endfunction(jkqtplotter_add_test)
endfunction(jkqtplotter_add_jkqtplotter_test)