Skip to content
Snippets Groups Projects
Commit 678421b4 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing CFG for the examples

parent 2de25f18
No related branches found
No related tags found
No related merge requests found
Pipeline #2890 passed
[pack] [pack]
files = main.cpp Makefile CMakeList.txt files = main.cpp Makefile CMakeLists.txt
...@@ -9,10 +9,6 @@ if (openfpm_FOUND) ...@@ -9,10 +9,6 @@ if (openfpm_FOUND)
add_executable(sph_dlb main.cpp) add_executable(sph_dlb main.cpp)
get_property(OPENFPM_INCLUDES TARGET openfpm::binary_config PROPERTY INTERFACE_INCLUDE_DIRECTORIES)
get_property(OPENFPM_DEFINITION TARGET openfpm::binary_config PROPERTY INTERFACE_COMPILE_DEFINITIONS)
get_property(OPENFPM_LIBS TARGET openfpm::binary_config PROPERTY INTERFACE_LINK_LIBRARIES)
get_property(OPENFPM_COMPILE_OPTIONS TARGET openfpm::binary_config PROPERTY INTERFACE_COMPILE_OPTIONS)
target_include_directories(sph_dlb PUBLIC ${OPENFPM_INCLUDES}) target_include_directories(sph_dlb PUBLIC ${OPENFPM_INCLUDES})
target_compile_definitions(sph_dlb PUBLIC ${OPENFPM_DEFINITION}) target_compile_definitions(sph_dlb PUBLIC ${OPENFPM_DEFINITION})
target_link_libraries(sph_dlb PUBLIC ${OPENFPM_LIBS}) target_link_libraries(sph_dlb PUBLIC ${OPENFPM_LIBS})
......
[pack] [pack]
files = main.cpp Makefile CMakeList.txt files = main.cpp Makefile CMakeLists.txt
[pack] [pack]
files = main.cu Makefile CMakeList.txt files = main.cu Makefile CMakeLists.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment