OSDN Git Service

[Build][CMAKE] .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 23 Oct 2016 17:12:25 +0000 (02:12 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 23 Oct 2016 17:12:25 +0000 (02:12 +0900)
source/src/CMakeLists.txt

index 8cc9716..02c7dca 100644 (file)
@@ -3,13 +3,11 @@ message("* common/common")
 #set(CMAKE_BUILD_SETTING_C_FLAGS "${CMAKE_C_FLAGS} -msse2 -msse -mmmx")
  
 add_library(common_common
-#        common.cpp
-         config.cpp
-#        fifo.cpp
-#        fileio.cpp
-         debugger.cpp
+       config.cpp
+       debugger.cpp
+       romakana.cpp
 )
 
 add_library(common_emu
-         emu.cpp
-)
\ No newline at end of file
+       emu.cpp
+)