Adding igloo to test proj. Since it doesn't have any cpp files, I can include it directly, no need to setup a separate project.
This commit is contained in:
parent
3de19a71ef
commit
3657230298
4 changed files with 74 additions and 78 deletions
22
tests/.gitignore
vendored
22
tests/.gitignore
vendored
|
|
@ -1,12 +1,12 @@
|
|||
# Since we're using premake4, only include test source file and the premake4.lua,
|
||||
# everything else can go.
|
||||
|
||||
*
|
||||
|
||||
!.gitignore
|
||||
!.gitkeep
|
||||
!main.cpp
|
||||
!premake4.lua
|
||||
!igloo/
|
||||
!tests/
|
||||
# Since we're using premake4, only include test source file and the premake4.lua,
|
||||
# everything else can go.
|
||||
|
||||
*
|
||||
|
||||
!.gitignore
|
||||
!.gitkeep
|
||||
!main.cpp
|
||||
!premake4.lua
|
||||
!igloo/
|
||||
!tests/*.h
|
||||
!*.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue