Skip to content

Commit 5d7f13a

Browse files
committed
Fix install process.
1 parent 90a2919 commit 5d7f13a

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
@@ -18,7 +18,7 @@ ADD_LIBRARY(expressions STATIC ${SOURCES})
1818
TARGET_INCLUDE_DIRECTORIES(expressions PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/lib/headers)
1919

2020
INSTALL(TARGETS expressions DESTINATION lib)
21-
INSTALL(DIRECTORY src/headers/ DESTINATION include)
21+
INSTALL(DIRECTORY lib/headers/ DESTINATION include)
2222

2323
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/bin)
2424

0 commit comments

Comments
 (0)