Skip to content

Commit

Permalink
Add C to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerstafford committed Jun 8, 2024
1 parent 1cd49fd commit 01a8159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ set(F3D_SOURCE_FILES
${CMAKE_CURRENT_SOURCE_DIR}/src/types.cxx
${CMAKE_CURRENT_SOURCE_DIR}/src/utils.cxx
${CMAKE_CURRENT_SOURCE_DIR}/src/window_impl.cxx
# ${CMAKE_CURRENT_SOURCE_DIR}/src/image_c_api.cxx
${CMAKE_CURRENT_SOURCE_DIR}/src/image_c_api.cxx
)

# List of headers that will be installed
Expand All @@ -70,7 +70,7 @@ set(F3D_PUBLIC_HEADERS
${CMAKE_CURRENT_SOURCE_DIR}/public/types.h
${CMAKE_CURRENT_SOURCE_DIR}/public/utils.h
${CMAKE_CURRENT_SOURCE_DIR}/public/window.h
# ${CMAKE_CURRENT_SOURCE_DIR}/public/image_c_api.h
${CMAKE_CURRENT_SOURCE_DIR}/public/image_c_api.h
)

set(F3D_PLUGIN_HEADERS
Expand Down

0 comments on commit 01a8159

Please sign in to comment.