summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEdward O'Callaghan <funfunctor@folklore1984.net>2017-02-07 22:02:07 +1100
committerEdward O'Callaghan <funfunctor@folklore1984.net>2017-02-07 22:02:07 +1100
commit3b59e8ff0e0a58cf1a068d624eebd5b0594374b0 (patch)
tree7fd452eb3bc62398aec0f6c60f3daf3eb15fd0f6 /src
parentbec7c7a073debdf47cc6bb0fbb42227aea96735e (diff)
cmake: fixup for Vk
Signed-off-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 743404c..f245282 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -11,5 +11,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/)
add_executable(${PROJECT_NAME} main.cpp)
#target_link_libraries(umr umrapp)
+target_link_libraries(${PROJECT_NAME} ${REQUIRED_EXTERNAL_LIBS})
install(TARGETS ${PROJECT_NAME} DESTINATION bin)