mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
10 lines
188 B
CMake
10 lines
188 B
CMake
set(CMAKE_CXX_STANDARD 17)
|
|
|
|
add_library(helpers
|
|
include/MemoryHelpers.h
|
|
src/MemoryHelpers.cpp
|
|
include/Utils.h
|
|
)
|
|
|
|
target_include_directories(helpers PUBLIC include)
|