initial commit for github
This commit is contained in:
commit
60968612de
370 changed files with 68427 additions and 0 deletions
4
test/_common/CMakeLists.txt
Normal file
4
test/_common/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Add compat header files as projetc files when using with target_link_libraries(MyProject compat)
|
||||
add_library(ddl_test_compat INTERFACE)
|
||||
target_sources(ddl_test_compat INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/adtf_compat.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/compat.h)
|
Loading…
Add table
Add a link
Reference in a new issue