cmake: Don't limit qt_internal_add_cmake_library to tests

Change-Id: I2dbe8075de6704a7a6557b877dc279a4b4cddd54
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tor Arne Vestbø 2020-10-27 13:37:52 +01:00
parent 598e873c84
commit ba661f6bf1

View File

@ -1,5 +1,5 @@
# Wrapper function to create a regular cmake target and forward all the # Wrapper function to create a regular cmake target and forward all the
# arguments collected by the conversion script. This is only meant for tests! # arguments collected by the conversion script.
function(qt_internal_add_cmake_library target) function(qt_internal_add_cmake_library target)
# Process arguments: # Process arguments:
qt_parse_all_arguments(arg "qt_add_cmake_library" qt_parse_all_arguments(arg "qt_add_cmake_library"