diff options
| author | Karl Schultz <karl@lunarg.com> | 2017-06-12 11:03:46 -0600 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2017-06-12 15:36:56 -0600 |
| commit | e4b3ee92b5aa16439eccb7fc30a528e5a02197a1 (patch) | |
| tree | 43c602792e664b899314bf30f4b02163ed947414 | |
| parent | fa3003ba767c05d3ea1539f242885189ddf3a259 (diff) | |
| download | usermoji-e4b3ee92b5aa16439eccb7fc30a528e5a02197a1.tar.xz | |
build: Install smoketest with make install
smoketest is a standalone app that does not need
additional resources like textures or shader programs.
Change-Id: I335c0baad82343ffd9ff03763c418df11dcc385d
| -rw-r--r-- | demos/smoke/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/smoke/CMakeLists.txt b/demos/smoke/CMakeLists.txt index bbc00854..22aa3ab8 100644 --- a/demos/smoke/CMakeLists.txt +++ b/demos/smoke/CMakeLists.txt @@ -86,3 +86,7 @@ add_executable(smoketest ${sources}) target_compile_definitions(smoketest ${definitions}) target_include_directories(smoketest ${includes}) target_link_libraries(smoketest ${libraries}) + +if(UNIX) + install(TARGETS smoketest DESTINATION ${CMAKE_INSTALL_BINDIR}) +endif() |
