Skip to content
Snippets Groups Projects
Commit 212154a7 authored by Claudio Bisegni's avatar Claudio Bisegni
Browse files

added CMake compilation files for agent

parent 5fb4c50e
No related branches found
No related tags found
No related merge requests found
......@@ -2274,6 +2274,7 @@
32E0EF3618CDB37D00CD1808 /* ZMQDirectIOClientConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZMQDirectIOClientConnection.h; sourceTree = "<group>"; };
32E2B1B21C32A60D00FCFB42 /* DeleteNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeleteNode.cpp; sourceTree = "<group>"; };
32E2B1B31C32A60D00FCFB42 /* DeleteNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeleteNode.h; sourceTree = "<group>"; };
32E6F4281E44D7D30068320E /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
32E86E411CD8A75F0038DE76 /* MessageRequestDomain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MessageRequestDomain.cpp; sourceTree = "<group>"; };
32E86E421CD8A75F0038DE76 /* MessageRequestDomain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessageRequestDomain.h; sourceTree = "<group>"; };
32E977561A6E65B800D89C15 /* api_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = api_types.h; sourceTree = "<group>"; };
......@@ -3247,6 +3248,7 @@
3264139A1E44ACE60035E175 /* ChaosAgent */ = {
isa = PBXGroup;
children = (
32E6F4281E44D7D30068320E /* CMakeLists.txt */,
3264139B1E44ACE60035E175 /* main.cpp */,
326413A01E44AD750035E175 /* ChaosAgent.cpp */,
326413A11E44AD750035E175 /* ChaosAgent.h */,
......@@ -7196,6 +7198,7 @@
3264139F1E44ACE60035E175 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
32661C691AA73D5C00F1A721 /* Build configuration list for PBXNativeTarget "chaos_metadata_service_client" */ = {
isa = XCConfigurationList;
......
......@@ -58,6 +58,9 @@ ADD_SUBDIRECTORY(chaos/cu_toolkit)
MESG("Configure UIToolkit Layer")
ADD_SUBDIRECTORY(chaos/ui_toolkit)
MESG("Configure Chaos Agent")
ADD_SUBDIRECTORY(ChaosAgent)
IF (CHAOS_MDS)
MESG("Configure Chaos Metadata Service")
ADD_SUBDIRECTORY(ChaosMetadataService)
......
cmake_minimum_required(VERSION 2.8)
project(ChaosAgent)
IF (DEFINED ENV{CHAOS_BUNDLE} )
include($ENV{CHAOS_BUNDLE}/tools/project_template/CMakeChaos.txt)
ENDIF()
INCLUDE_DIRECTORIES(chaos/common ../)
SET(agent_src main.cpp
ChaosAgent.cpp
AgentRegister.cpp)
ADD_EXECUTABLE(${PROJECT_NAME} ${agent_src})
IF(BUILD_FORCE_STATIC)
SET(CMAKE_EXE_LINKER_FLAGS "-static -Wl,--whole-archive -lchaos_common -Wl,--no-whole-archive")
ENDIF()
TARGET_LINK_LIBRARIES(${PROJECT_NAME} chaos_common ${FrameworkLib})
INSTALL_TARGETS(/bin ${PROJECT_NAME})
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="ChaosDataService"/>
<Option makefile_is_custom="1"/>
<Option compiler="clang"/>
<Option virtualFolders="CMake Files\;CMake Files\ChaosDataService\;CMake Files\ChaosMetadataService\;CMake Files\chaos\;CMake Files\chaos\common\;CMake Files\chaos\cu_toolkit\;CMake Files\chaos\ui_toolkit\;CMake Files\ChaosMetadataServiceClient\;CMake Files\config\;CMake Files\ChaosMetadataServiceClientTest\;CMake Files\ChaosWANProxy\;CMake Files\ChaosDataExport\;CMake Files\example\;CMake Files\example\ChaosCLI\;CMake Files\example\ChaosMDSCmd\;CMake Files\example\ChaosPerformanceTester\;"/>
<Build>
<Target title="all">
<Option working_dir="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="ChaosDataService">
<Option output="/Users/bisegni/source/chaos_development/chaosframework/build-x86_64-Darwin/ChaosDataService" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/bisegni/source/chaos_development/chaosframework/build-x86_64-Darwin"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add option="-DDEBUG"/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/config/.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/../.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/config/../chaos-distrib-x86_64-Darwin/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 ChaosDataService"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="ChaosDataService/fast">
<Option output="/Users/bisegni/source/chaos_development/chaosframework/build-x86_64-Darwin/ChaosDataService" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/bisegni/source/chaos_development/chaosframework/build-x86_64-Darwin"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add option="-DDEBUG"/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/config/.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/../.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/config/../chaos-distrib-x86_64-Darwin/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 ChaosDataService/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/ChaosDataService.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/ChaosDataService.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/DriverPoolManager.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/DriverPoolManager.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/QueryDataConsumer.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/QueryDataConsumer.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/cache_system/CacheDriver.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/cache_system/CacheDriver.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/cache_system/CacheDriverMetricCollector.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/cache_system/CacheDriverMetricCollector.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/cache_system/CacheDriverSharedMetricIO.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/cache_system/CacheDriverSharedMetricIO.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/cache_system/CouchbaseCacheDriver.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/cache_system/CouchbaseCacheDriver.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/db_system/DBDriver.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/db_system/DBDriver.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/db_system/MongoDBDriver.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/db_system/MongoDBDriver.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/main.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/object_storage/abstraction/ObjectStorageDataAccess.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/object_storage/abstraction/ObjectStorageDataAccess.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/object_storage/mongodb/MongoDBObjectStorageDataAccess.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/object_storage/mongodb/MongoDBObjectStorageDataAccess.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/object_storage/mongodb/MongoDBObjectStorageDriver.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/object_storage/mongodb/MongoDBObjectStorageDriver.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/DataWorker.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/DataWorker.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/DeviceSharedDataWorker.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/DeviceSharedDataWorker.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/DeviceSharedDataWorkerMetric.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/DeviceSharedDataWorkerMetric.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/DeviceSharedDataWorkerMetricCollector.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/DeviceSharedDataWorkerMetricCollector.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/SnapshotCreationWorker.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/worker/SnapshotCreationWorker.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos_service_common/persistence/data_access/AbstractDataAccess.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos_service_common/persistence/data_access/AbstractDataAccess.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos_service_common/persistence/data_access/AbstractPersistenceDriver.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos_service_common/persistence/data_access/AbstractPersistenceDriver.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos_service_common/persistence/mongodb/MongoDBAccessor.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos_service_common/persistence/mongodb/MongoDBAccessor.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos_service_common/persistence/mongodb/MongoDBHAConnectionManager.cpp">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos_service_common/persistence/mongodb/MongoDBHAConnectionManager.h">
<Option target="ChaosDataService"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosDataService\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosDataService\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataService/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataService\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataService/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataService\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/common/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\common\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/common/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\common\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/cu_toolkit/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\cu_toolkit\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/cu_toolkit/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\cu_toolkit\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\ui_toolkit\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\ui_toolkit\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataServiceClient/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataServiceClient\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataServiceClient/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataServiceClient\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/config/CMakeChaos.txt">
<Option virtualFolder="CMake Files\config\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataServiceClientTest/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataServiceClientTest\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosWANProxy/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosWANProxy\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataExport/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosDataExport\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/example/ChaosCLI/CMakeLists.txt">
<Option virtualFolder="CMake Files\example\ChaosCLI\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/example/ChaosMDSCmd/CMakeLists.txt">
<Option virtualFolder="CMake Files\example\ChaosMDSCmd\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/example/ChaosPerformanceTester/CMakeLists.txt">
<Option virtualFolder="CMake Files\example\ChaosPerformanceTester\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="chaos_uitoolkit"/>
<Option makefile_is_custom="1"/>
<Option compiler="clang"/>
<Option virtualFolders="CMake Files\;CMake Files\ChaosDataService\;CMake Files\ChaosMetadataService\;CMake Files\chaos\;CMake Files\chaos\common\;CMake Files\chaos\cu_toolkit\;CMake Files\chaos\ui_toolkit\;CMake Files\ChaosMetadataServiceClient\;CMake Files\config\;CMake Files\ChaosMetadataServiceClientTest\;CMake Files\ChaosWANProxy\;CMake Files\ChaosDataExport\;CMake Files\example\;CMake Files\example\ChaosCLI\;CMake Files\example\ChaosMDSCmd\;CMake Files\example\ChaosPerformanceTester\;"/>
<Build>
<Target title="all">
<Option working_dir="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="chaos_uitoolkit">
<Option output="/Users/bisegni/source/chaos_development/chaosframework/build-x86_64-Darwin/libchaos_uitoolkit.dylib" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit"/>
<Option object_output="./"/>
<Option type="3"/>
<Option compiler="clang"/>
<Compiler>
<Add option="-DDEBUG"/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/config/.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/../.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/config/../chaos-distrib-x86_64-Darwin/include"/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/chaos/ui_toolkit"/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/../.."/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 chaos_uitoolkit"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="chaos_uitoolkit/fast">
<Option output="/Users/bisegni/source/chaos_development/chaosframework/build-x86_64-Darwin/libchaos_uitoolkit.dylib" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit"/>
<Option object_output="./"/>
<Option type="3"/>
<Option compiler="clang"/>
<Compiler>
<Add option="-DDEBUG"/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/config/.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/../.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/.."/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/config/../chaos-distrib-x86_64-Darwin/include"/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/chaos/ui_toolkit"/>
<Add directory="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/../.."/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 chaos_uitoolkit/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/ChaosUIToolkit.cpp">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/ChaosUIToolkit.h">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/ChaosUIToolkitCWrapper.cc">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/ChaosUIToolkitCWrapper.h">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/HighLevelApi/DeviceController.cpp">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/HighLevelApi/DeviceController.h">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/HighLevelApi/HLDataApi.cpp">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/HighLevelApi/HLDataApi.h">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/HighLevelApi/HLInfrastructureApi.cpp">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/HighLevelApi/HLInfrastructureApi.h">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/LowLevelApi/LLDataApi.cpp">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/LowLevelApi/LLDataApi.h">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/LowLevelApi/LLRpcApi.cpp">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/LowLevelApi/LLRpcApi.h">
<Option target="chaos_uitoolkit"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosDataService\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataService/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosDataService\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataService/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataService\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataService/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataService\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/common/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\common\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/common/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\common\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/cu_toolkit/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\cu_toolkit\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/cu_toolkit/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\cu_toolkit\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\ui_toolkit\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/chaos/ui_toolkit/CMakeLists.txt">
<Option virtualFolder="CMake Files\chaos\ui_toolkit\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataServiceClient/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataServiceClient\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataServiceClient/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataServiceClient\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/config/CMakeChaos.txt">
<Option virtualFolder="CMake Files\config\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosMetadataServiceClientTest/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosMetadataServiceClientTest\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosWANProxy/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosWANProxy\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/ChaosDataExport/CMakeLists.txt">
<Option virtualFolder="CMake Files\ChaosDataExport\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/example/ChaosCLI/CMakeLists.txt">
<Option virtualFolder="CMake Files\example\ChaosCLI\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/example/ChaosMDSCmd/CMakeLists.txt">
<Option virtualFolder="CMake Files\example\ChaosMDSCmd\"/>
</Unit>
<Unit filename="/Users/bisegni/source/chaos_development/chaosframework/example/ChaosPerformanceTester/CMakeLists.txt">
<Option virtualFolder="CMake Files\example\ChaosPerformanceTester\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment