Skip to content

Commit ab3ba4f

Browse files
committed
Revert change: Added rawtoaces_core_priv.h back to rawtoaces_core/CMakeLists.txt
Signed-off-by: Mikael Sundell <[email protected]>
1 parent ac23caa commit ab3ba4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rawtoaces_core/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ add_library( ${RAWTOACES_CORE_LIB} ${DO_SHARED}
1717

1818
# Make the headers visible in IDEs. This should not affect the builds.
1919
${CORE_PUBLIC_HEADER}
20+
rawtoaces_core_priv.h
2021
define.h
2122
mathOps.h
2223
)
@@ -57,4 +58,4 @@ install( TARGETS ${RAWTOACES_CORE_LIB}
5758
LIBRARY DESTINATION ${INSTALL_LIB_DIR}
5859
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
5960
PUBLIC_HEADER DESTINATION include/rawtoaces
60-
)
61+
)

0 commit comments

Comments
 (0)