Skip to content

Commit 9a2ac21

Browse files
committed
cmake updated
1 parent 3d0eaa7 commit 9a2ac21

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ add_subdirectory(tests)
6363
endif(tests)
6464

6565

66+
target_include_directories(lazyorm PUBLIC include)
67+
68+
69+
# string(JOIN ";" LazyORM_HEADERS_STRING ${LazyORM_HEADERS})
70+
# set_target_properties(lazyorm PROPERTIES
71+
# PUBLIC_HEADER "${LazyORM_HEADERS_STRING}"
72+
# )
73+
# install(TARGETS lazyorm)
74+
75+
6676
include(GNUInstallDirs)
6777

6878
include(CMakePackageConfigHelpers)

0 commit comments

Comments
 (0)