initial implementation
This commit is contained in:
commit
c96029fa1b
8 changed files with 204 additions and 0 deletions
8
src/pyprintjson/CMakeLists.txt
Normal file
8
src/pyprintjson/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# xo_pyprintjson/src/pyprintjson/CMakeLists.txt
|
||||
|
||||
set(SELF_LIB pyprintjson)
|
||||
set(SELF_SRCS pyprintjson.cpp)
|
||||
|
||||
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
|
||||
|
||||
xo_pybind11_dependency(${SELF_LIB} printjson)
|
||||
Loading…
Add table
Add a link
Reference in a new issue