summaryrefslogblamecommitdiffstats
path: root/src/Noise/CMakeLists.txt
blob: b099c1766da58a1f4b201151ca876b291dc46041 (plain) (tree)
1
2
3
4
5
6
7





                 
                       






                                          
                                                       
       

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()