diff options
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 81afadd0..8375f326 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -25,6 +25,9 @@ add_executable(${self} dummy.cc) if (FLOORMAT_ASAN) set_target_properties(${self} PROPERTIES OUTPUT_NAME "floormat-editor-asan") endif() -target_link_libraries(${self} PRIVATE ${self}_o floormat-main floormat-serialize floormat-draw floormat) +target_link_libraries(${self} PRIVATE ${self}_o + floormat-main floormat-serialize floormat-draw floormat-hash + floormat +) fm_install_executable(${self}) |
