๐Ÿ“ฆ RobLoach / nuklear_console

๐Ÿ“„ Findpntr_app.cmake ยท 9 lines
1
2
3
4
5
6
7
8
9# pntr_app
include(FetchContent)
FetchContent_Declare(
    pntr_app
    GIT_REPOSITORY https://github.com/robloach/pntr_app.git
    GIT_TAG 19038c4
)
FetchContent_MakeAvailable(pntr_app)