diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f8a830c..d0bd852 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -8,3 +8,4 @@ file(GLOB srcs *.cpp) add_executable(${EXENAME} ${srcs}) target_link_libraries(${EXENAME} ${linker_options} ${netcdf}) set_target_properties(${EXENAME} PROPERTIES POSITION_INDEPENDENT_CODE ON) +install(TARGETS ${EXENAME})