Skip to content

Commit

Permalink
Fix DOBJLISTMODEL_DLL_EXPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Sep 6, 2019
1 parent 1063a3d commit f6ec236
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 @@ -167,10 +167,10 @@ set(OBJLISTMODEL_INCS
# OBJLISTMODEL TARGET
if(OBJLISTMODEL_BUILD_SHARED)

target_compile_definitions(${OBJLISTMODEL_TARGET} PRIVATE "-DOBJLISTMODEL_DLL_EXPORT")
add_library(${OBJLISTMODEL_TARGET} SHARED ${OBJLISTMODEL_SRCS}
${OBJLISTMODEL_INCS}
)
target_compile_definitions(${OBJLISTMODEL_TARGET} PRIVATE "-DOBJLISTMODEL_DLL_EXPORT")

else(OBJLISTMODEL_BUILD_SHARED)

Expand Down

0 comments on commit f6ec236

Please sign in to comment.