Skip to content

Commit 378596c

Browse files
committed
CMAKE: missing find modules
1 parent a0fc150 commit 378596c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cmake/Findtinyxml2.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include(${ROOT_DIR}/cmake/macros.cmake)
2+
cp_find(tinyxml2 tinyxml2.h tinyxml2 "")

cmake/Findzlib.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include(${ROOT_DIR}/cmake/macros.cmake)
2+
cp_find(zlib zlib.h "" "")

0 commit comments

Comments
 (0)