mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-12 07:17:13 +02:00
new folder structure
This commit is contained in:
@ -1 +1,4 @@
|
||||
pybind11_add_module(_aare src/bindings.cpp)
|
||||
set_target_properties(_aare PROPERTIES
|
||||
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
)
|
@ -3,9 +3,9 @@
|
||||
#include <pybind11/pybind11.h>
|
||||
#include <string>
|
||||
|
||||
#include "common/defs.hpp"
|
||||
#include "core/Frame.hpp"
|
||||
#include "file_io/FileHandler.hpp"
|
||||
#include "aare/defs.hpp"
|
||||
#include "aare/Frame.hpp"
|
||||
#include "aare/FileHandler.hpp"
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
|
Reference in New Issue
Block a user