We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac23caa commit ab3ba4fCopy full SHA for ab3ba4f
src/rawtoaces_core/CMakeLists.txt
@@ -17,6 +17,7 @@ add_library( ${RAWTOACES_CORE_LIB} ${DO_SHARED}
17
18
# Make the headers visible in IDEs. This should not affect the builds.
19
${CORE_PUBLIC_HEADER}
20
+ rawtoaces_core_priv.h
21
define.h
22
mathOps.h
23
)
@@ -57,4 +58,4 @@ install( TARGETS ${RAWTOACES_CORE_LIB}
57
58
LIBRARY DESTINATION ${INSTALL_LIB_DIR}
59
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
60
PUBLIC_HEADER DESTINATION include/rawtoaces
-)
61
+)
0 commit comments