Skip to content

Commit

Permalink
add back tagert libs
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnem committed Apr 17, 2024
1 parent b6622ba commit a049e66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ target_link_directories(${TARGET_NAME} PUBLIC
${CMAKE_CURRENT_BINARY_DIR}/rte-rrtmgp/build
)

target_link_libraries(${TARGET_NAME} PUBLIC
rrtmgp
rte
)

target_compile_definitions(${TARGET_NAME} PRIVATE
VERSION_INFO=${VERSION_INFO}
DBL_EPSILON=5.8e-2
Expand Down

0 comments on commit a049e66

Please sign in to comment.