Skip to content

Commit

Permalink
Fix compile definition in CMakeLists for static library (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealXuChe authored and paceholder committed Oct 13, 2024
1 parent c1de70e commit b8ced45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ target_link_libraries(QtNodes

target_compile_definitions(QtNodes
PUBLIC
NODE_EDITOR_SHARED
$<IF:$<BOOL:${BUILD_SHARED_LIBS}>, NODE_EDITOR_SHARED, NODE_EDITOR_STATIC>
PRIVATE
NODE_EDITOR_EXPORTS
#NODE_DEBUG_DRAWING
Expand Down

0 comments on commit b8ced45

Please sign in to comment.