Skip to content
Snippets Groups Projects
Commit 57991b96 authored by 数学の武士's avatar 数学の武士
Browse files

.

parent 70b14f04
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ set(SOURCES_CXX
)
set(HEADERS_CXX
include/MemoryProcessing.h
include/TemplateParameters.h
)
if(INCLUDE_CUDA)
set(SOURCES_CU
......@@ -33,5 +34,3 @@ set(SOURCES ${SOURCES_CU} ${SOURCES_CXX})
set(HEADERS ${HEADERS_CU} ${HEADERS_CXX})
add_library(memproc STATIC ${HEADERS} ${SOURCES})
\ No newline at end of file
get_directory_property( DirDefs DIRECTORY ${CMAKE_SOURCE_DIR} COMPILE_DEFINITIONS )
message( STATUS "DirDefs: " ${DirDefs} )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment