mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
4 lines
132 B
CMake
4 lines
132 B
CMake
project(filesystem)
|
|
|
|
add_library(filesystem INTERFACE)
|
|
target_include_directories(filesystem INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|