We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using premake5 alpha 12, the forceincludes option doesn't seem to be working for codelite project generation.
The premake5.lua config I'm testing with:
solution "test" configurations { "Debug" } project "test" kind "ConsoleApp" language "C++" forceincludes { "asdadfasfasd.h" }
The test.project output:
<?xml version="1.0" encoding="UTF-8"?> <CodeLite_Project Name="test" InternalType="Console"> <Plugins/> <Description/> <Dependencies Name="Debug"/> <Settings Type="Executable"> <GlobalSettings> <Compiler Options="" C_Options="" Assembler=""> <IncludePath Value="."/> </Compiler> <Linker Options=""> <LibraryPath Value="."/> </Linker> <ResourceCompiler Options=""/> </GlobalSettings> <Configuration Name="Debug" CompilerType="clang++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> <Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""> </Compiler> <Linker Required="yes" Options=""> </Linker> <ResourceCompiler Options="" Required="no"/> <General OutputFile="bin/Debug/test" IntermediateDirectory="obj" Command="bin/Debug/test" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> <![CDATA[]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> <DebuggerSearchPaths/> <PostConnectCommands/> <StartupCommands/> </Debugger> <CustomBuild Enabled="no"/> <AdditionalRules> <CustomPostBuild/> <CustomPreBuild/> </AdditionalRules> <Completion EnableCpp11="no" EnableCpp14="no"> <ClangCmpFlagsC/> <ClangCmpFlags/> <ClangPP/> <SearchPaths/> </Completion> </Configuration> </Settings> </CodeLite_Project>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using premake5 alpha 12, the forceincludes option doesn't seem to be working for codelite project generation.
The premake5.lua config I'm testing with:
The test.project output:
The text was updated successfully, but these errors were encountered: