Adjusted template.
This commit is contained in:
parent
5462d2316e
commit
a8813349a1
53
.idea/workspace.xml
generated
53
.idea/workspace.xml
generated
@ -12,7 +12,12 @@
|
||||
</configurations>
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="47989f6f-f370-4d63-b72a-bbc574e0808a" name="Changes" comment="" />
|
||||
<list default="true" id="47989f6f-f370-4d63-b72a-bbc574e0808a" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/SConstruct" beforeDir="false" afterPath="$PROJECT_DIR$/SConstruct" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/private/spp_template/SModule" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/private/spp_template/main.cpp" beforeDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
@ -27,14 +32,14 @@
|
||||
<entry>
|
||||
<key>
|
||||
<ExternalProjectPojo>
|
||||
<option name="name" value="spp_template" />
|
||||
<option name="name" value="sdl_gpu_test" />
|
||||
<option name="path" value="$PROJECT_DIR$" />
|
||||
</ExternalProjectPojo>
|
||||
</key>
|
||||
<value>
|
||||
<list>
|
||||
<ExternalProjectPojo>
|
||||
<option name="name" value="spp_template" />
|
||||
<option name="name" value="sdl_gpu_test" />
|
||||
<option name="path" value="$PROJECT_DIR$" />
|
||||
</ExternalProjectPojo>
|
||||
</list>
|
||||
@ -64,28 +69,29 @@
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"Custom Build Application.Debug.executor": "Debug",
|
||||
"RunOnceActivity.RadMigrateCodeStyle": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"RunOnceActivity.cidr.known.project.marker": "true",
|
||||
"RunOnceActivity.readMode.enableVisualFormatting": "true",
|
||||
"cf.first.check.clang-format": "false",
|
||||
"cidr.known.project.marker": "true",
|
||||
"git-widget-placeholder": "master",
|
||||
"last_opened_file_path": "/opt/daten/projects/C++/spp_template",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"settings.editor.selected.configurable": "CLionExternalConfigurable",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
<component name="PropertiesComponent">{
|
||||
"keyToString": {
|
||||
"Custom Build Application.Debug.executor": "Debug",
|
||||
"RunOnceActivity.RadMigrateCodeStyle": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"RunOnceActivity.cidr.known.project.marker": "true",
|
||||
"RunOnceActivity.readMode.enableVisualFormatting": "true",
|
||||
"cf.advertisement.text.has.clang-format": "true",
|
||||
"cf.first.check.clang-format": "false",
|
||||
"cidr.known.project.marker": "true",
|
||||
"git-widget-placeholder": "master",
|
||||
"last_opened_file_path": "/home/mewin/Documents/projects/C++/sdl_gpu_test/compile_commands.json",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"settings.editor.selected.configurable": "CLionExternalConfigurable",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
}
|
||||
}]]></component>
|
||||
}</component>
|
||||
<component name="RunManager">
|
||||
<configuration name="Debug" type="CLionExternalRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="spp_template" TARGET_NAME="Scons Debug" CONFIG_NAME="Scons Debug" RUN_PATH="$PROJECT_DIR$/bin/spp_template">
|
||||
<configuration name="Debug" type="CLionExternalRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" PROJECT_NAME="sdl_gpu_test" TARGET_NAME="Scons Debug" CONFIG_NAME="Scons Debug" RUN_PATH="$PROJECT_DIR$/bin/sdl_gpu_test">
|
||||
<method v="2">
|
||||
<option name="CLION.EXTERNAL.BUILD" enabled="true" />
|
||||
</method>
|
||||
@ -102,6 +108,7 @@
|
||||
<workItem from="1718915338619" duration="23000" />
|
||||
<workItem from="1718915550483" duration="442000" />
|
||||
<workItem from="1718916001754" duration="8000" />
|
||||
<workItem from="1725911967308" duration="1000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
@ -1,10 +1,10 @@
|
||||
config = {
|
||||
'PROJECT_NAME': 'spp_template'
|
||||
'PROJECT_NAME': 'sdl_gpu_test'
|
||||
}
|
||||
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
|
||||
env.Append(CPPPATH = [Dir('private'), Dir('public')])
|
||||
|
||||
# app
|
||||
env = env.Module('private/spp_template/SModule')
|
||||
env = env.Module('private/sdl_gpu_test/SModule')
|
||||
|
||||
env.Finalize()
|
||||
|
@ -6,10 +6,13 @@ src_files = Split("""
|
||||
""")
|
||||
|
||||
prog_app = env.UnityProgram(
|
||||
target = env['BIN_DIR'] + '/spp_template',
|
||||
target = env['BIN_DIR'] + '/sdl_gpu_test',
|
||||
source = src_files,
|
||||
dependencies = {
|
||||
'mijin': {}
|
||||
'mijin': {},
|
||||
'SDL': {
|
||||
|
||||
}
|
||||
}
|
||||
)
|
||||
env.Default(prog_app)
|
Loading…
x
Reference in New Issue
Block a user