Skip to content

COMPILE_ONLY in bcm_test should use object library #8

@pfultz2

Description

@pfultz2

See this comment from @eldiener:

Why not have the line:

add_library(${PARSE_NAME} STATIC EXCLUDE_FROM_ALL ${SOURCES})

be instead:

add_library(${PARSE_NAME} OBJECT EXCLUDE_FROM_ALL ${SOURCES})

if it works. This would allow just the creation of object files rather than the creation of a static library, which is overkill in this situation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions