Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 96a350e

Browse files
committed
fix easy.h not included in CMake install option
1 parent 1638b00 commit 96a350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ add_library(lightorama
2121
src/time.c
2222
src/uid.c)
2323

24-
set_target_properties(lightorama PROPERTIES PUBLIC_HEADER "include/effect.h;include/heartbeat.h;include/intensity.h;include/lightorama.h;include/model.h;include/time.h;include/uid.h;include/version.h;")
24+
set_target_properties(lightorama PROPERTIES PUBLIC_HEADER "include/easy.h;include/effect.h;include/heartbeat.h;include/intensity.h;include/lightorama.h;include/model.h;include/time.h;include/uid.h;include/version.h;")
2525

2626
install(TARGETS lightorama
2727
LIBRARY DESTINATION lib/lightorama

0 commit comments

Comments
 (0)