Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
suhrm committed Nov 29, 2023
1 parent 111ddc8 commit c78b31b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ ExternalProject_add(project_srt



message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
add_library(srt STATIC IMPORTED GLOBAL)

# Make the include directory before we set the target properties otherwise cmake will complain
Expand All @@ -79,7 +80,8 @@ set_target_properties(srt PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${SRT_GENERATED_INCLUDE_DIR}
)

message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
target_include_directories(srt INTERFACE ${SRT_GENERATED_INCLUDE_DIR})

add_library(steinwurf::srt ALIAS srt)


Expand Down

0 comments on commit c78b31b

Please sign in to comment.