From 2eec1c1e4c383c64cafe2e2f23fbc9aa1b96ccbf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Nov 2023 02:40:25 +0100 Subject: a --- editor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 5f4f17d3..3e19248a 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -31,4 +31,4 @@ if (FLOORMAT_ASAN) endif() target_link_libraries(${self} PRIVATE ${self}_o floormat-main floormat-serialize floormat-draw floormat) -fm_add_install_executable(${self}) +fm_install_executable(${self}) -- cgit v1.2.3