Hi everyone,

I want to use some fortran modules in my test build of deal.II.  What would be 
the best way to create this structure?  Maybe create a fortran directory in 
source and create a obj_fortran OBJECT but I am not sure if the 
DEAL_II_ADD_LIBRARY macro will work with .f90 files.  This would require 
ADD_SUBDIRECTORY(fortran) in source/CMakeLists.txt but I need to make sure this 
fortran object is linked to other objects built from other directories in 
source.  For example, the obj_test built in source/tests/CMakeLists.txt needs 
to be linked with this obj_fortran built from source/fortran/CMakeLists.txt.

Cheers,

Zachary

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/F639A587-E3E3-46A7-BB0A-5C7C1ADB4EE4%40gmail.com.

Reply via email to