Skip to content

Commit dda3b45

Browse files
committed
update CMakeLists.txt
1 parent a647c5d commit dda3b45

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ add_subdirectory(src)
7171
if(BUILD_TESTING)
7272
enable_testing()
7373
add_subdirectory(test)
74+
add_subdirectory(example)
7475
endif()
7576

7677
install(EXPORT ${PROJECT_NAME}-targets

src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ else()
116116
target_sources(${PROJECT_NAME} PRIVATE f08estop.f90)
117117
endif()
118118

119-
add_subdirectory(examples)
120-
121119
install(TARGETS ${PROJECT_NAME}
122120
EXPORT ${PROJECT_NAME}-targets
123121
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"

0 commit comments

Comments
 (0)