Changeset 484 for trunk/nv.lua
- Timestamp:
- 12/02/15 18:42:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv.lua
r471 r484 88 88 links { "nv-core", "nv-lib", "nv-lua" } 89 89 90 project "nv-image" 91 location (_ACTION.."/"..NV_RUNTIME) 92 language "C++" 93 kind "StaticLib" 94 includedirs { "." } 95 files { "nv/image/**.hh", "src/image/**.cc" } 96 links { "nv-core" } 97 90 98 project "nv-formats" 91 99 location (_ACTION.."/"..NV_RUNTIME)
Note: See TracChangeset
for help on using the changeset viewer.