1 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
16 src/module/checkerboard.cpp
20 src/module/cylinders.cpp
21 src/module/displace.cpp
22 src/module/exponent.cpp
26 src/module/modulebase.cpp
27 src/module/multiply.cpp
30 src/module/ridgedmulti.cpp
31 src/module/rotatepoint.cpp
32 src/module/scalebias.cpp
33 src/module/scalepoint.cpp
35 src/module/spheres.cpp
36 src/module/terrace.cpp
37 src/module/translatepoint.cpp
38 src/module/turbulence.cpp
39 src/module/voronoi.cpp
69 src/module/checkerboard.h
73 src/module/cylinders.h
80 src/module/modulebase.h
84 src/module/ridgedmulti.h
85 src/module/rotatepoint.h
86 src/module/scalebias.h
87 src/module/scalepoint.h
91 src/module/translatepoint.h
92 src/module/turbulence.h
96 ADD_LIBRARY (noise SHARED ${LIBNOISE_SRC})
97 SET_TARGET_PROPERTIES (noise PROPERTIES VERSION 1.0.0)
98 INSTALL(TARGETS noise DESTINATION lib)
99 INSTALL(FILES ${BASE_HEADERS} DESTINATION "include/noise")
100 INSTALL(FILES ${MODEL_HEADERS} DESTINATION "include/noise/model")
101 INSTALL(FILES ${MODULE_HEADERS} DESTINATION "include/noise/module")