diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index c0e0339..54aee1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -30,4 +30,6 @@ find_package(GLFW REQUIRED) | |||
| 30 | set(CMAKE_BUILD_TYPE Debug) | 30 | set(CMAKE_BUILD_TYPE Debug) |
| 31 | add_executable(Aromatherapy src/main.cpp src/map.cpp src/renderer.cpp) | 31 | add_executable(Aromatherapy src/main.cpp src/map.cpp src/renderer.cpp) |
| 32 | target_link_libraries(Aromatherapy ${OPENGL_LIBRARY} ${GLEW_LIBRARY} ${GLFW_LIBRARY}) | 32 | target_link_libraries(Aromatherapy ${OPENGL_LIBRARY} ${GLEW_LIBRARY} ${GLFW_LIBRARY}) |
| 33 | add_executable(translate_font src/translate_font.cpp src/renderer.cpp) | ||
| 34 | target_link_libraries(translate_font ${OPENGL_LIBRARY} ${GLEW_LIBRARY} ${GLFW_LIBRARY}) | ||
| 33 | install(TARGETS Aromatherapy RUNTIME DESTINATION ${BIN_DIR}) | 35 | install(TARGETS Aromatherapy RUNTIME DESTINATION ${BIN_DIR}) |
