You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/test/hello/CMakeLists.txt

8 lines
230 B
CMake

include_directories("${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR}/${mod_dir_tail}")
add_executable(hello hello.f90)
add_executable(pingpong pingpong.f90)
target_link_libraries(hello base)
target_link_libraries(pingpong base)