|
@@ -96,6 +96,10 @@ add_executable(fractal fractal.c)
|
|
|
target_link_libraries(fractal cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})
|
|
target_link_libraries(fractal cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})
|
|
|
my_install(fractal)
|
|
my_install(fractal)
|
|
|
|
|
|
|
|
|
|
+add_executable(frfractal frfractal.c)
|
|
|
|
|
+target_link_libraries(frfractal cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})
|
|
|
|
|
+my_install(frfractal)
|
|
|
|
|
+
|
|
|
# OUT ?
|
|
# OUT ?
|
|
|
add_executable(fturanal fturanal.c)
|
|
add_executable(fturanal fturanal.c)
|
|
|
target_link_libraries(fturanal cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})
|
|
target_link_libraries(fturanal cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})
|