Skip to content
Snippets Groups Projects
Commit 5dd222b0 authored by Ivan Tsybulin's avatar Ivan Tsybulin
Browse files

Fixed cmake

parent 623a9886
Branches
No related tags found
No related merge requests found
...@@ -156,12 +156,12 @@ endif(BUILD_FORT_LIBS) ...@@ -156,12 +156,12 @@ endif(BUILD_FORT_LIBS)
#~TESTS #~TESTS
if(BUILD_FORT_LIBS) if(BUILD_FORT_LIBS)
if(BUILD_SHARED_LIBS) if(BUILD_SHARED_LIBS)
add_executable(parlibf_test_shared parlibf_test.f90) add_executable(parlibf_test_shared parlibf_test.F90)
target_link_libraries(parlibf_test_shared target_link_libraries(parlibf_test_shared
parlibf-shared) parlibf-shared)
endif(BUILD_SHARED_LIBS) endif(BUILD_SHARED_LIBS)
if(BUILD_STATIC_LIBS) if(BUILD_STATIC_LIBS)
add_executable(parlibf_test_static parlibf_test.f90) add_executable(parlibf_test_static parlibf_test.F90)
target_link_libraries(parlibf_test_static target_link_libraries(parlibf_test_static
parlibf-static) parlibf-static)
endif(BUILD_STATIC_LIBS) endif(BUILD_STATIC_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment