Skip to content

Commit

Permalink
Fix Linux build (15).
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Apr 12, 2020
1 parent 2400888 commit 9fda26a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ assign_source_group(${BENCHMARK_SOURCE_FILES})
add_executable(inexor-vulkan-renderer src/main.cpp ${NORMAL_SOURCE_FILES})
conan_target_link_libraries(inexor-vulkan-renderer PUBLIC ${Vulkan_LIBS} ${CONAN_LIBS})
target_compile_features(inexor-vulkan-renderer PRIVATE cxx_std_17)
target_compile_definitions(inexor-vulkan-renderer PUBLIC SPDLOG_COMPILED_LIB)
target_compile_definitions(inexor-vulkan-renderer PUBLIC SPDLOG_FMT_EXTERNAL)

# Use multiple threads to generate code.
if (MSVC)
Expand Down

0 comments on commit 9fda26a

Please sign in to comment.