We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f737f5 commit c351a04Copy full SHA for c351a04
src/python3/CMakeLists.txt
@@ -28,6 +28,7 @@ endif (CMAKE_BUILD_TYPE STREQUAL "Debug")
28
29
pybind11_add_module(cpp_etc cpp_etc.cpp)
30
target_compile_options(cpp_etc PRIVATE ${PHARE_WERROR_FLAGS} -DPHARE_HAS_HIGHFIVE=${PHARE_HAS_HIGHFIVE})
31
+target_link_libraries(cpp_dbg PUBLIC phare_amr) # gives us samrai header includes
32
set_target_properties(cpp_etc
33
PROPERTIES
34
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/pybindlibs"
0 commit comments