CMakeLists.txt 90 Bytes
Newer Older
1
include_directories(BEFORE
2
    ${CMAKE_CURRENT_LIST_DIR}/include
3
4
)

5
add_subdirectory(src)