Revision: 77707
          http://sourceforge.net/p/brlcad/code/77707
Author:   starseeker
Date:     2020-11-07 02:49:07 +0000 (Sat, 07 Nov 2020)
Log Message:
-----------
Do we need imports here?

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/stepcode/src/exp2cxx/CMakeLists.txt

Modified: 
brlcad/branches/extbuild/src/other/ext/stepcode/src/exp2cxx/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode/src/exp2cxx/CMakeLists.txt  
2020-11-07 02:45:26 UTC (rev 77706)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/src/exp2cxx/CMakeLists.txt  
2020-11-07 02:49:07 UTC (rev 77707)
@@ -27,6 +27,7 @@
 
 add_executable(exp2cxx ${exp2cxx_SOURCES})
 target_link_libraries(exp2cxx express)
+target_compile_definitions(exp2cxx PRIVATE STEPCODE_EXPRESS_DLL_IMPORTS)
 install(TARGETS exp2cxx
   RUNTIME DESTINATION ${BIN_DIR}
   LIBRARY DESTINATION ${LIB_DIR}

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to