Skip to content

Commit

Permalink
Test NO_EXTRAS cmake setting
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Mar 8, 2024
1 parent e9187f4 commit 9a9a4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ project(PhotoshopAPIPython)

file(GLOB_RECURSE MY_SOURCES CONFIGURE_DEPENDS "src/*.cpp")

pybind11_add_module(psapi src/main.cpp)
pybind11_add_module(psapi NO_EXTRAS src/main.cpp)
target_link_libraries(psapi PUBLIC PhotoshopAPI)

0 comments on commit 9a9a4fc

Please # to comment.