Skip to content

Math library not linked when running make #2

@raees-wits

Description

@raees-wits

Not sure if this was an issue because of my pc, but when running make I got the following error /sbin/ld: /usr/lib/libm.so.6: error adding symbols: DSO missing from command line.

So if anyone else runs into that issue, add the library to the end of the cmake file as target_link_libraries(${PROJECT_NAME} m).

Cool work! Thanks for putting it out, its helped me gain some understanding about compute shaders.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions