Skip to content

Commit

Permalink
WIP - seeing if this works in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGuillaume committed Dec 20, 2024
1 parent ddc9725 commit fd91976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/app/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def config_options(self):
def layout(self):
cmake_layout(self)

# self.cpp.build.components["vtx_app"].libdirs = self.cpp.build.libdirs
# self.cpp.build.components["vtx_app_no_opengl"].libdirs = self.cpp.build.libdirs
self.cpp.build.components["vtx_app"].libdirs = self.cpp.build.libdirs
self.cpp.build.components["vtx_app_no_opengl"].libdirs = self.cpp.build.libdirs

def generate(self):
tc = CMakeToolchain(self)
Expand Down
8 changes: 4 additions & 4 deletions lib/python_binding/cmake/library.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ else()
endif()

# TODO : are those lines usefull ?
#target_link_libraries(vtx_python_binding PUBLIC EnTT::EnTT)
#target_link_libraries(vtx_python_binding_no_opengl PUBLIC EnTT::EnTT)
#target_link_libraries(vtx_python_binding_test PUBLIC EnTT::EnTT)
#target_link_libraries(vtx_python_bin PUBLIC EnTT::EnTT)
target_link_libraries(vtx_python_binding PUBLIC EnTT::EnTT)
target_link_libraries(vtx_python_binding_no_opengl PUBLIC EnTT::EnTT)
target_link_libraries(vtx_python_binding_test PUBLIC EnTT::EnTT)
target_link_libraries(vtx_python_bin PUBLIC EnTT::EnTT)
# !TODO


Expand Down

0 comments on commit fd91976

Please sign in to comment.