Skip to content
Snippets Groups Projects
  • vargheseg's avatar
    af46ca24
    revised option names: · af46ca24
    vargheseg authored
    new scheme:
    register_tests(SOURCES
                     ${list_of_source_files}
                     "test_src.cc"
                     ${concatenated_string_of_source_files}
                   NAMESPACE
                     "test_namespace"
                   LINK_LIBRARIES
                     ${list_of_targets}
                   INCLUDE_DIRECTORIES
                     ${list_of_include_directories}
                   COMPILE_OPTIONS
                     ${list_of_compile_options})
    af46ca24
    History
    revised option names:
    vargheseg authored
    new scheme:
    register_tests(SOURCES
                     ${list_of_source_files}
                     "test_src.cc"
                     ${concatenated_string_of_source_files}
                   NAMESPACE
                     "test_namespace"
                   LINK_LIBRARIES
                     ${list_of_targets}
                   INCLUDE_DIRECTORIES
                     ${list_of_include_directories}
                   COMPILE_OPTIONS
                     ${list_of_compile_options})