mirror of
https://github.com/open-goal/jak-project
synced 2026-06-21 00:31:41 -04:00
5cb6368b9a
* clean up asm for format * fix windows * remove rpc-call hack * revert cmake version change * clang format * asm fix for windows
10 lines
163 B
CMake
10 lines
163 B
CMake
add_library(common_util
|
|
SHARED
|
|
FileUtil.cpp
|
|
DgoWriter.cpp
|
|
Timer.cpp)
|
|
|
|
IF(UNIX)
|
|
target_link_libraries(common_util stdc++fs)
|
|
ENDIF()
|