2467d29a4
eedc1174a
757231cc6
1 2 3 4 5 6
7
8 9 10 11 12 13 14
15
16
SET (SRCS Noise.cpp ) SET (HDRS InterpolNoise.h Noise.h OctavedNoise.h RidgedNoise.h ) if(NOT MSVC) add_library(Noise ${SRCS} ${HDRS}) target_link_libraries(Noise fmt::fmt OSSupport) endif()