bc941269f0
- Smaller gradle scripts. - More structure in sample projects. - Simplified build/run. - Added gradle to the rest two samples. - Almost removed all sh scripts. - Gradle now works only inside of build directory. - Fixed READMEs according to the new changes.
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
include ':csvparser'
|
|
include ':gitchurn'
|
|
include ':gtk'
|
|
include ':libcurl'
|
|
include ':nonBlockingEchoServer'
|
|
include ':opengl'
|
|
include ':socket'
|
|
include ':tetris'
|
|
include ':tensorflow'
|
|
include ':concurrent'
|