Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for wildcards in mapconfig. #964

Merged
merged 1 commit into from
Dec 5, 2017

Conversation

tvandijck
Copy link
Contributor

allows you to write

workspace "MyWorkspace"
	configurations { "Debug", "DebugSlow", "Profile", "Release" }

project "MyProject"
	kind 'StaticLib'

	removeconfigurations { '*' }
	configurations { 'Codegen' }
	configmap { 
		["*"] = "Codegen",
	}

project "MyProject2"
	kind 'StaticLib'

Copy link
Member

@samsinsane samsinsane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I can use this at work for a couple of things. Thanks!

@starkos starkos merged commit 8e72609 into premake:master Dec 5, 2017
@tvandijck
Copy link
Contributor Author

@TurkeyMan this branch was merged, and can be deleted in the Blizzard repo (Blizzard:wildcard-configmap)

@TurkeyMan TurkeyMan deleted the wildcard-configmap branch June 2, 2018 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants