Revision: 75400
http://sourceforge.net/p/brlcad/code/75400
Author: starseeker
Date: 2020-04-14 16:22:46 +0000 (Tue, 14 Apr 2020)
Log Message:
-----------
Assign VS directories
Modified Paths:
--------------
brlcad/trunk/src/libbu/tests/dylib/CMakeLists.txt
Modified: brlcad/trunk/src/libbu/tests/dylib/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbu/tests/dylib/CMakeLists.txt 2020-04-14 16:17:19 UTC
(rev 75399)
+++ brlcad/trunk/src/libbu/tests/dylib/CMakeLists.txt 2020-04-14 16:22:46 UTC
(rev 75400)
@@ -26,6 +26,7 @@
endforeach(dt ${DIR_TYPES})
endforeach(ct ${CMAKE_CONFIGURATION_TYPES})
endif (NOT CMAKE_CONFIGURATION_TYPES)
+ set_target_properties(${target_name} PROPERTIES FOLDER "BRL-CAD
Executables/Test Programs/dylib")
endforeach (target_name${plugins})
add_library(libdylib SHARED dylib.c)
@@ -35,6 +36,7 @@
set_property(TARGET libdylib APPEND PROPERTY COMPILE_DEFINITIONS
BU_DYLIB_DLL_EXPORTS)
endif (CPP_DLL_DEFINES)
target_link_libraries(libdylib libbu)
+set_target_properties(libdylib PROPERTIES FOLDER "BRL-CAD Executables/Test
Programs/dylib")
add_executable(bu_dylib run.c)
target_link_libraries(bu_dylib libdylib libbu)
@@ -41,6 +43,7 @@
if (CPP_DLL_DEFINES)
set_property(TARGET bu_dylib APPEND PROPERTY COMPILE_DEFINITIONS
BU_DYLIB_DLL_IMPORTS)
endif (CPP_DLL_DEFINES)
+set_target_properties(bu_dylib PROPERTIES FOLDER "BRL-CAD Executables/Test
Programs/dylib")
# As a build convenience, make bu_dylib depend on everything
add_dependencies(bu_dylib plugin_1 plugin_2)
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