From: K.Ohta Date: Sun, 23 Oct 2016 17:12:25 +0000 (+0900) Subject: [Build][CMAKE] . X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=286edf12ae1e511014a1ad380d1331abf080dcf3;p=csp-qt%2Fcommon_source_project-fm7.git [Build][CMAKE] . --- diff --git a/source/src/CMakeLists.txt b/source/src/CMakeLists.txt index 8cc9716a7..02c7dcafe 100644 --- a/source/src/CMakeLists.txt +++ b/source/src/CMakeLists.txt @@ -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 +)