add initial main.cc and Rsconsfile
This commit is contained in:
commit
cc0a92618d
6
Rsconsfile
Normal file
6
Rsconsfile
Normal file
@ -0,0 +1,6 @@
|
||||
Rscons::Environment.new do |env|
|
||||
sources = Dir["**/*.cc"]
|
||||
env.parse_flags!("!pkg-config --cflags --libs Qt5Core Qt5Gui Qt5Widgets")
|
||||
env.parse_flags!("-fPIE")
|
||||
env.Program("app", sources)
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user