Browse Source

adjust flag rules for MSVC

richarddobson 3 weeks ago
parent
commit
de9a13ec0b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dev/standnew/CMakeLists.txt

+ 4 - 0
dev/standnew/CMakeLists.txt

@@ -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})