We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a647c5d commit dda3b45Copy full SHA for dda3b45
CMakeLists.txt
@@ -71,6 +71,7 @@ add_subdirectory(src)
71
if(BUILD_TESTING)
72
enable_testing()
73
add_subdirectory(test)
74
+ add_subdirectory(example)
75
endif()
76
77
install(EXPORT ${PROJECT_NAME}-targets
src/CMakeLists.txt
@@ -116,8 +116,6 @@ else()
116
target_sources(${PROJECT_NAME} PRIVATE f08estop.f90)
117
118
119
-add_subdirectory(examples)
120
-
121
install(TARGETS ${PROJECT_NAME}
122
EXPORT ${PROJECT_NAME}-targets
123
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
0 commit comments