OSDN Git Service

[BUILD][CMAKE] Fix dependency of GNU LD.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 19 Dec 2015 15:51:41 +0000 (00:51 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 19 Dec 2015 15:51:41 +0000 (00:51 +0900)
source/build-cmake/cmake/config_emufm7.cmake
source/src/CMakeLists.txt

index 97f89a5..602f069 100644 (file)
@@ -8,7 +8,7 @@ message("** Start of configure CommonSourceProject,FM-8/7/77/AV, Qt **")
 message("")
 
 set(LOCAL_LIBS            
-                  common_common
+                  common_emu
                    qt_fm7
                   qt_gui
                   vm_fm7
index be00290..bc1b184 100644 (file)
@@ -5,9 +5,12 @@ message("* agar/common")
 add_library(common_common
          common.cpp
          config.cpp
-         emu.cpp
+#        emu.cpp
          fifo.cpp
          fileio.cpp
          debugger.cpp
 )
 
+add_library(common_emu
+         emu.cpp
+)
\ No newline at end of file