MiguelMJ / Candle

2D lighting for SFML
http://www.miguelmj.dev/Candle/
MIT License
130 stars 8 forks source link

Add all .hpp files in CMakeLists.txt #14

Closed Dead-Deus closed 2 years ago

Dead-Deus commented 3 years ago

it may be a matter of taste, but I think it's right

set(

        # Add all .hpp files, because in project structure they are hidden  

    src/LightingArea.cpp
    src/LightSource.cpp
    src/RadialLight.cpp
    src/DirectedLight.cpp
    src/Line.cpp
    src/Polygon.cpp
    src/Color.cpp
    src/VertexArray.cpp
    src/Constants.cpp

)
MiguelMJ commented 3 years ago

If more people think the same, I'll accept a pr with this change. For now, I'm leaving it as it is. Thank you @Dead-Deus 😄

MiguelMJ commented 2 years ago

Done in #24