• RPGillespie6's avatar
    Add CMake Build Output Options · 69b2affe
    RPGillespie6 authored
    Add two new options to CMakeLists.txt:
    
    `BUILD_SHARED` - Whether or not to build the shared object (Default: ON)
    `BUILD_STATIC` - Whether or not to build the static archive (Default: ON)
    69b2affe
CMakeLists.txt 34 KB