Code Monkey home page Code Monkey logo

cmake-modern-findsdl2's Introduction

Hi πŸ‘‹, I'm Sandro

A backend developer from Australia

  • πŸ”­ I’m currently working on scripting languages
  • 🌱 I’m currently learning about compilers
  • πŸ’¬ Ask me about Rust
  • πŸ“ I write articles at stikiΔ‡.com

Latest blog posts

cmake-modern-findsdl2's People

Contributors

martinstarman avatar oleg-derevenetz avatar opeik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cmake-modern-findsdl2's Issues

There is no SLD2main on some Linux distros.

Hello. Looks like SDL2main is not present on some Linux distros (Fedora in my case).

gmake[3]: *** No rule to make target 'SDL2main_LIBRARIES-NOTFOUND', needed by 'target'.  Stop.
gmake[2]: *** [CMakeFiles/Makefile2:76: CMakeFiles/target.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/target.dir/rule] Error 2
gmake: *** [Makefile:118: target] Error 2

Quick fix for me was to replace IMPORTED_LOCATION property on to SDL2_LIBRARY in FindSDL2.cmake line 128.

    if(NOT TARGET SDL2::SDL2)
        add_library(SDL2::SDL2 UNKNOWN IMPORTED)
        set_target_properties(SDL2::SDL2 PROPERTIES
            INTERFACE_LINK_LIBRARIES SDL2::Core
            IMPORTED_LOCATION ${SDL2_LIBRARY}) # Was IMPORTED_LOCATION ${SDL2main_LIBRARIES}

    endif()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.