Skip to content

Commit

Permalink
Add missing interface definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
patlkli committed Dec 16, 2016
1 parent ef10c93 commit 01fc2f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ if(BUILD_SHARED_LIBS)
add_definitions(-DBUILD_TICPP_DLL)
endif(BUILD_SHARED_LIBS)

add_definitions(-DTIXML_USE_TICPP)
add_library(ticpp
ticpp.cpp
tinystr.cpp
tinyxml.cpp
tinyxmlerror.cpp
tinyxmlparser.cpp
)
target_include_directories(ticpp
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}
)
target_compile_definitions(ticpp
PUBLIC TIXML_USE_TICPP
)

0 comments on commit 01fc2f8

Please sign in to comment.