Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Dukhovnikov <[email protected]>
  • Loading branch information
antond-weta committed Feb 11, 2025
1 parent ba7478c commit f91a3b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,18 @@ jobs:
c_compiler: gcc
cpp_compiler: g++
install_deps: install_deps_linux
build_shared_libs: ON
- title: ubuntu
os: ubuntu-24.04
cpp_compiler: clang++
install_deps: install_deps_linux
build_shared_libs: ON
- title: macos
os: macos-latest
c_compiler: clang
cpp_compiler: clang++
install_deps: install_deps_mac
build_shared_libs: ON
exclude:
- title: windows
c_compiler: gcc
Expand Down
6 changes: 6 additions & 0 deletions src/rawtoaces_util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ add_library ( ${RAWTOACESLIB} ${DO_SHARED}

set_property(TARGET ${RAWTOACESLIB} PROPERTY CXX_STANDARD 17)

message( "AcesContainer_INCLUDE_DIRS= ${AcesContainer_INCLUDE_DIRS}" )
message( "AcesContainer_LIBRARY_DIRS= ${AcesContainer_LIBRARY_DIRS}" )
message( "AcesContainer_LIBRARIES= ${AcesContainer_LIBRARIES}" )
message( "AcesContainer_LDFLAGS_OTHER= ${AcesContainer_LDFLAGS_OTHER}" )


target_include_directories ( ${RAWTOACESLIB} PRIVATE ${AcesContainer_INCLUDE_DIRS} )
target_link_directories ( ${RAWTOACESLIB} PRIVATE ${AcesContainer_LIBRARY_DIRS} )
target_link_libraries ( ${RAWTOACESLIB}
Expand Down

0 comments on commit f91a3b8

Please sign in to comment.